How to change dimensions of output window

4 次查看(过去 30 天)
I am trying to run a pre-designed simulator, but it's output is not coming in full screen, please help.
what i want
  1 个评论
VBBV
VBBV 2022-8-4
The problem is with plotting correctly. there seems no output in the window. Do you get any error messages when trying to plot graphs ? Please show or attach your full code

请先登录,再进行评论。

回答(1 个)

Image Analyst
Image Analyst 2022-8-4
Did you try
g = gcf;
g.WindowState = 'maximized'

类别

Help CenterFile Exchange 中查找有关 Weather and Atmospheric Science 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by