How can i increase the variabile name of each vector in for cycle? I want CM0_0, CM0_1, CM0_2...
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
for i=2:1:12
j=i-2;
if j==10;
CM1=inviscido(i,:);
else
CM0_j=inviscido(i,:); %this
end
end
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Whos in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!