Combine the subplot into a one plot
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Jason
le 5 Avr 2016
Réponse apportée : Azzi Abdelmalek
le 5 Avr 2016
I have a for-loop, in each loop, it will draw a plot. How can I combine those each plot in a big plot? I mean how to combine those 10 plot into a one plot?
for i = 1:10
...
subplot(1,2,1)...
subplot(1,2,2)...
...
end
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Subplots dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!