How to adjust GUI to fit screens of varying resolution

2 visualizaciones (últimos 30 días)
Pankaja Tanjore
Pankaja Tanjore el 31 de Jul. de 2015
Respondida: Walter Roberson el 1 de Ag. de 2015
Hello,
I have created a GUI in Guide.When i run my GUI in different computers of different resolution the screen is not fit to other screens. I want my GUI to adjust to fit screens of different varying resolution, as my application will be used on different computers.
It would be grateful if u let me know you how to do this.
Looking forward to hear from you at the earliest.
Thanks
Pankaja

Respuestas (2)

Azzi Abdelmalek
Azzi Abdelmalek el 31 de Jul. de 2015
Get the screen size
screensize = get( 0, 'Screensize' )
  1 comentario
Adam
Adam el 31 de Jul. de 2015
or
screensize = get( groot, 'Screensize' )
if you are using R2014b or later.

Iniciar sesión para comentar.


Walter Roberson
Walter Roberson el 1 de Ag. de 2015

Categorías

Más información sobre Get Started with MATLAB 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