/ gears / hpc / education / tutorials / matlab / linux
load temps.data d = 1:31; plot(d,temps) avg_temp=mean(temps) for i=1:3 tdev(:,i)=temps(:,i)-avg_temp(i) end
Please send questions or suggestions about this web page to beatnic@aset.psu.edu ASET | ITS | Penn State