photo

Logan Easterlin


Last seen: mer än 4 år ago Active since 2020

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Need Help Indexing. I have a 1x12 cell array with each cell containing a 120x2 double. I need to use a for loop to index all the values in every of row in the second column of the 120x2 double and store them in their own 1x12 matrix.
Cool = Matrix(:,2); [row,col] = size(Cool); N = 1; M = 1; for N = 1:1:col for M = 1:1:row Cool_Temp{M} = Cool{M}...

mer än 4 år ago | 1 answer | 0

1

answer