You are on page 1of 1

filename = 'abc.

dat';
M = csvread(filename,0,0)
a = M(:,3)
b = M(:,4)
c = M(:,5)
plot(a)
plot(b)
plot(c)

You might also like