Info
This question is closed. Reopen it to edit or answer.
Enlarging subplots to be one per window
2 views (last 30 days)
Show older comments
how will I have one figureplot per window instead of several subplots per window ..pls how will I go about it?
0 Comments
Answers (1)
Image Analyst
on 16 Jul 2017
Simply do not call subplot() at all. Then when you call plot(), imshow() or whatever, it will take up the entire figure.
0 Comments
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!