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