summaryrefslogtreecommitdiff
path: root/995/CH8/EX8.4/Ex8_4.sce
blob: 38d73a717c6a38b2436154c33a25629b28f2cca6 (plain)
1
2
3
4
5
6
7
8
//Ex:8.4
clc;
clear;
close;
V_out=2;
SR=15;//in V/us
t=V_out/SR;
printf("Time taken = %f us",t);