diff options
Diffstat (limited to '165/CH4/EX4.1/ex4_1.sce')
-rw-r--r-- | 165/CH4/EX4.1/ex4_1.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/165/CH4/EX4.1/ex4_1.sce b/165/CH4/EX4.1/ex4_1.sce new file mode 100644 index 000000000..6d596a222 --- /dev/null +++ b/165/CH4/EX4.1/ex4_1.sce @@ -0,0 +1,6 @@ +//Example 4.1
+clc;
+
+Ifsd=200*10^-6; //Full Scale Current
+S=1/Ifsd; //Sensitivity
+disp(S,'Sensitivity of 200 uA meter')
\ No newline at end of file |