summaryrefslogtreecommitdiff
path: root/911/CH10/EX10.1.b/ex_10_1_b.sce
blob: abcadbfb6e5f1e36abb7ce13c61b01341f19436e (plain)
1
2
3
4
5
6
7
8
9
//example 10.1(b)//
clc
//clears the screen//
clear
//clears all variables//
g=2^8;
pr=1/(g-1)*100;
//percentage resolution//
disp(pr,'Percentage resolution = ')