How can i increase the variabile name of each vector in for cycle? I want CM0_0, CM0_1, CM0_2...
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
mattvanviore
am 15 Feb. 2019
Kommentiert: mattvanviore
am 15 Feb. 2019
for i=2:1:12
j=i-2;
if j==10;
CM1=inviscido(i,:);
else
CM0_j=inviscido(i,:); %this
end
end
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Creating and Concatenating Matrices finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!