MATLAB 5.0 MAT-file, Platform: PCWIN, Created on: Fri Jun 02 08:33:13 2000 IM0@mat0 ????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????/mat1^k=0.01; t=0:0.1:10/k; figure(2) subplot(2,1,1) hold on Ts=exp(-k*t); xlabel('t') ylabel('T/To') axis([0 10 0 1]) plot(t,Ts) subplot(2,1,2) hold on plot(t*k,Ts) axis([0 10 0 1]) xlabel('kt') ylabel('T/To') Omat2figure(2) subplot(2,1,1) clf subplot(2,1,2) clf /mat3^k=0.05; t=0:0.1:10/k; figure(2) subplot(2,1,1) hold on Ts=exp(-k*t); xlabel('t') ylabel('T/To') axis([0 10 0 1]) plot(t,Ts) subplot(2,1,2) hold on plot(t*k,Ts) axis([0 10 0 1]) xlabel('kt') ylabel('T/To') /mat4^k=0.1; t=0:0.1:10/k; figure(2) subplot(2,1,1) hold on Ts=exp(-k*t); xlabel('t') ylabel('T/To') axis([0 10 0 1]) plot(t,Ts) subplot(2,1,2) hold on plot(t*k,Ts) axis([0 10 0 1]) xlabel('kt') ylabel('T/To') /mat5^k=0.5; t=0:0.1:10/k; figure(2) subplot(2,1,1) hold on Ts=exp(-k*t); xlabel('t') ylabel('T/To') axis([0 10 0 1]) plot(t,Ts) subplot(2,1,2) hold on plot(t*k,Ts) axis([0 10 0 1]) xlabel('kt') ylabel('T/To') ?mat6~k=1.0; t=0:0.01:10/k; figure(2) subplot(2,1,1) hold on Ts=exp(-k*t); xlabel('t') ylabel('T/To') axis([0 10 0 1]) plot(t,Ts) subplot(2,1,2) hold on plot(t*k,Ts) axis([0 10 0 1]) xlabel('kt') ylabel('T/To') ?mat7~k=5.0; t=0:0.01:10/k; figure(2) subplot(2,1,1) hold on Ts=exp(-k*t); xlabel('t') ylabel('T/To') axis([0 10 0 1]) plot(t,Ts) subplot(2,1,2) hold on plot(t*k,Ts) axis([0 10 0 1]) xlabel('kt') ylabel('T/To') Omat8k=10.0; t=0:0.001:10/k; figure(2) subplot(2,1,1) hold on Ts=exp(-k*t); xlabel('t') ylabel('T/To') axis([0 10 0 1]) plot(t,Ts) subplot(2,1,2) hold on plot(t*k,Ts) axis([0 10 0 1]) xlabel('kt') ylabel('T/To') ?mat9~k=2; t=0:0.01:10/k; figure(2) subplot(2,1,1) hold on Ts=exp(-k*t); xlabel('t') ylabel('T/To') axis([0 10 0 1]) plot(t,Ts) subplot(2,1,2) hold on plot(t*k,Ts) axis([0 10 0 1]) xlabel('kt') ylabel('T/To') omat10k=50.0; t=0:0.001:10/k; figure(2) subplot(2,1,1) hold on Ts=exp(-k*t); xlabel('t') ylabel('T/To') axis([0 10 0 1]) plot(t,Ts) subplot(2,1,2) hold on plot(t*k,Ts) axis([0 10 0 1]) xlabel('kt') ylabel('T/To') _mat11k=100.0; t=0:0.001:10/k; figure(2) subplot(2,1,1) hold on Ts=exp(-k*t); xlabel('t') ylabel('T/To') axis([0 10 0 1]) plot(t,Ts) subplot(2,1,2) hold on plot(t*k,Ts) axis([0 10 0 1]) xlabel('kt') ylabel('T/To')