summaryrefslogtreecommitdiff
path: root/569/CH2/EX2.20/2_20.sci
blob: 697b0ffdb478dc8cd7bc1c35ed538f11bbe58eae (plain)
1
2
3
4
5
6
//calculating the dead zone
clc;
disp('span s=')
s=600;
Dz=0.00125*s;
disp(Dz,'Dead zone(degree C)=');