How to adjust GUI to fit screens of varying resolution

1 次查看(过去 30 天)
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

回答(2 个)

Azzi Abdelmalek
Azzi Abdelmalek 2015-7-31
Get the screen size
screensize = get( 0, 'Screensize' )

Walter Roberson
Walter Roberson 2015-8-1

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by