Plot out of screen

3 visualizaciones (últimos 30 días)
John
John el 17 de Abr. de 2015
Comentada: John el 19 de Abr. de 2015
Help, my plots are wider than the window. How can I shrink the plots?
  3 comentarios
Ronny Landsverk
Ronny Landsverk el 18 de Abr. de 2015
Editada: Ronny Landsverk el 18 de Abr. de 2015
The default axes should fit the plot but you can use
xlim([x1,x2]);
ylim([y1,y2]);
Geoff Hayes
Geoff Hayes el 18 de Abr. de 2015
John's answer moved here

Iniciar sesión para comentar.

Respuesta aceptada

Geoff Hayes
Geoff Hayes el 18 de Abr. de 2015
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 comentario
John
John el 19 de Abr. de 2015
Thank you very much. The solution simply worked!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by