Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Enlarging subplots to be one per window
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
how will I have one figureplot per window instead of several subplots per window ..pls how will I go about it?
0 Commenti
Risposte (1)
Image Analyst
il 16 Lug 2017
Simply do not call subplot() at all. Then when you call plot(), imshow() or whatever, it will take up the entire figure.
0 Commenti
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!