fid = fopen('fuck_this_and_that.txt');
a=textscan(fid,'%f64 %f64 %f64');
fclose(fid);
lim = length(a{1})-1;
J_100 = a;
b = J_100{1}(1:lim);
c = J_100{2}(1:lim);
d = J_100{3}(1:lim)-J_100{3}(1);
figure (1);
loglog(b,c)
hold all
loglog(d,c)
hold off
return;
>>hungada hungada hungada & McCormack
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment