How to resize elements in GUI?

1 view (last 30 days)
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

Accepted Answer

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

More Answers (0)

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!