Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Enlarging subplots to be one per window
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
how will I have one figureplot per window instead of several subplots per window ..pls how will I go about it?
0 commentaires
Réponses (1)
Image Analyst
le 16 Juil 2017
Simply do not call subplot() at all. Then when you call plot(), imshow() or whatever, it will take up the entire figure.
0 commentaires
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!