summaryrefslogtreecommitdiff
path: root/3630/CH19/EX19.5/Ex19_5.sce
blob: c8f9be59b3dbc9b92deba6a8ce754682c87caf78 (plain)
1
2
3
4
5
6
7
8
clc;
PW=0.000125;
T=0.000325;
dutycycle=(PW/T)*100;
disp('%',dutycycle,"dutycycle=");//The provided in the textbook is wrong