summaryrefslogtreecommitdiff
path: root/2096/CH1/EX1.9.a/ex_1_9_a.sce
blob: 5971ddc5206c7663236c0a30362fcd95f601cffe (plain)
1
2
3
4
5
6
7
8
// Example 1.9.a.sensitivity
clc, clear
// given :
Mo=2.4; // magnitude of output response in mm
Mi=6; // magnitude of input in ohm
S=Mo/Mi;
disp(S,"sensitivity,S = (mm/ohm)")