summaryrefslogtreecommitdiff
path: root/3637/CH1/EX1.3/Ex1_3.sce
blob: 892fc5bb9d57052c86fac3a6f96f9102b273349a (plain)
1
2
3
4
5
6
7
8
9
10
11
//Example 3 Page No: 1.84
//given
V=20;
t=4;
//determine slew rate
format(6);
w=V/t;

disp('slew rate = '+string(w)+' volt/μsec');