Five plots in one figure?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Is there a nice way to have five plots in one figure? i want each plot equally big and minimum of empty space. So i dont want to use subplot(3,2,...) and so on beacause there will be always a blank spot. Thank you!!
0 commentaires
Réponse acceptée
Plus de réponses (1)
Jakub
le 21 Août 2013
2 commentaires
Walter Roberson
le 21 Août 2013
That is going to involve empty space unless you do not mind if they overlap.
subplot(3,3,K) where K is 1, 3, 5, 7, 9.
Voir également
Catégories
En savoir plus sur Line Plots 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!