Community Profile

photo

Logan Easterlin


Last seen: environ 4 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

Feeds

Afficher par

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}...

environ 4 ans il y a | 1 réponse | 0

1

réponse