fn = 'C:\Users\Xperiaz\Desktop\MATLAB\100.txt';[t,c1,c2] =textread(fn,'%s%f%f');t = second(t)/60;plot(t,c1);