Enlarging subplots to be one per window

how will I have one figureplot per window instead of several subplots per window ..pls how will I go about it?

Answers (1)

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.

Asked:

on 16 Jul 2017

Closed:

on 20 Aug 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!