Loop multiple plots single figure 3D matrix
Mostra commenti meno recenti
Does anybody know how I can write the following commands in a loop
figure
hold on
plot(gjG(11,:,1));
plot(gjG(11,:,2));
plot(gjG(11,:,3));
plot(gjG(11,:,4));
plot(gjG(11,:,5));
plot(gjG(11,:,6));
hold off
gjG is an 11x8x6 matrix.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Annotations in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!