Ask your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW) 32 Online
OpenStudy (anonymous):

how can i assign n variables? in matlab? i want to put each row of a column of a matrix in a different variable but the matrix does not always has the same length so i try this way for i =1:n ai = matrix(i,1:n) end but it doesnt recognize the i as a number

OpenStudy (anonymous):

is that you mean you need a variable length of matrix depend on how you input? [m n] = size(matrix); for i = 1:m ai = matrix(m,:) end is that what you mean?

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Latest Questions
Twaylor: It's my birthday :D
13 hours ago 0 Replies 0 Medals
breiadabrattz: I thought C on this..
1 day ago 39 Replies 2 Medals
breiadabrattz: I really don't understand this .
1 day ago 14 Replies 0 Medals
gelphielvr: How can I better memorize phrases in a different language?
1 day ago 5 Replies 0 Medals
Breathless: Breathless Gang (join the cult)
1 day ago 1 Reply 0 Medals
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!