summaryrefslogtreecommitdiff
path: root/2360/CH2/EX2.13
diff options
context:
space:
mode:
Diffstat (limited to '2360/CH2/EX2.13')
-rwxr-xr-x2360/CH2/EX2.13/ex2_13.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/2360/CH2/EX2.13/ex2_13.sce b/2360/CH2/EX2.13/ex2_13.sce
new file mode 100755
index 000000000..ee0325d36
--- /dev/null
+++ b/2360/CH2/EX2.13/ex2_13.sce
@@ -0,0 +1,8 @@
+// Exa 2.13
+format('v',7);clc;clear;close;
+// Given data
+fullscaledivision = 100;//full scale division in V
+n = 200;//number of divisions
+scaledivision = fullscaledivision/n;//scale division in V
+Resolution = 1/2*scaledivision;// in V
+disp(Resolution,"The Resolution of meter in V is");