Hello,
Say I have a vector 'data' with 2 columns.
What would be the code to set x = to the first column and y equal to the second column?
Kind Regards
John
No products are associated with this question.
x = data(:,1); y = data(:,2);
Direct link to this answer:
http://www.mathworks.com/matlabcentral/answers/33122#answer_41703
Contact us
0 Comments