summaryrefslogtreecommitdiff
path: root/569/CH4/EX4.2/4_2.sci
blob: 6619099e5c44337736a790012e834013c2005ac6 (plain)
1
2
3
4
5
6
7
// calculate time to read half of the temperature difference
clc;
tc=10/5;
th=1;
th0=2;
t=-tc*log(1-(th/th0));
disp(t,'Time to read half of the temperature difference (s)')