summaryrefslogtreecommitdiff
path: root/2297/CH5/EX5.8/Ex5_8.sce
blob: 686c51b225e28a06e5671f31502e11b9d35f810b (plain)
1
2
3
4
5
6
7
8
9
10
11
// Example 5.8;resolution
clc;
clear;
format('v',6)
// given :
fsr=200;//full scale reading in volts
d=100;//number of divisions
sc=1/10;//scale
sd1=fsr/d;//one sccale divisions
R=sc*sd1;//resolution
disp(R,"resolution is, (V)=")