diff options
Diffstat (limited to '2297/CH5/EX5.8/Ex5_8.sce')
-rwxr-xr-x | 2297/CH5/EX5.8/Ex5_8.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/2297/CH5/EX5.8/Ex5_8.sce b/2297/CH5/EX5.8/Ex5_8.sce new file mode 100755 index 000000000..686c51b22 --- /dev/null +++ b/2297/CH5/EX5.8/Ex5_8.sce @@ -0,0 +1,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)=") |