Re: extract column from matrix with loop



Hi Luca,

check first if the data is loaded correctly with a breakpoint

then you can use
matrix1 = data(:,1);
matrix2 = data(:,2);

hth
kinor

ps to Arie, is your version faster?
.



Relevant Pages


Loading