Info

此问题已关闭。 请重新打开它进行编辑或回答。

Enlarging subplots to be one per window

2 次查看(过去 30 天)
how will I have one figureplot per window instead of several subplots per window ..pls how will I go about it?

回答(1 个)

Image Analyst
Image Analyst 2017-7-16
Simply do not call subplot() at all. Then when you call plot(), imshow() or whatever, it will take up the entire figure.

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by