How to resize elements in GUI?

1 次查看(过去 30 天)
Hello community,
I've made an app in GUIDE and I've launched it on another computer, with smaller screen, some elements are out of screen. How can I resize all my elements (some lements are out of my screen and I don't see them)?
Thanks in advance
Andrew

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2013-11-9
To get the screen size, use
screen_size=get(0,'ScreenSize');

更多回答(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