How to resize elements in GUI?
1 view (last 30 days)
Show older comments
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
0 Comments
Accepted Answer
Azzi Abdelmalek
on 9 Nov 2013
To get the screen size, use
screen_size=get(0,'ScreenSize');
0 Comments
More Answers (0)
See Also
Categories
Find more on Migrate GUIDE Apps in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!