Plot out of screen

10 次查看(过去 30 天)
John
John 2015-4-17
评论: John 2015-4-19
Help, my plots are wider than the window. How can I shrink the plots?
  3 个评论
Ronny Landsverk
Ronny Landsverk 2015-4-18
编辑:Ronny Landsverk 2015-4-18
The default axes should fit the plot but you can use
xlim([x1,x2]);
ylim([y1,y2]);
Geoff Hayes
Geoff Hayes 2015-4-18
John's answer moved here

请先登录,再进行评论。

采纳的回答

Geoff Hayes
Geoff Hayes 2015-4-18
John - you have two options both of which will require you to modify the GUI through GUIDE (where this was created). Open the figure in GUIDE by typing the following in the Command Window (assumes that you have changed directory to where the GUI figure and m-file are or they are within the MATLAB search path)
guide LTE_GUI_show_aggregate_results.fig
Now you can either resize all controls so that the updated GUI fits within your screen, or (and this is the easier/better option), from the menu choose Tools->GUI Options and select Proportional as the Resize behaviour. Press OK and save the changes and then run your GUI. You will now be able to resize it for your monitor.
  1 个评论
John
John 2015-4-19
Thank you very much. The solution simply worked!

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by