How to resize elements in GUI?
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Andrew
am 9 Nov. 2013
Beantwortet: Azzi Abdelmalek
am 9 Nov. 2013
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 Kommentare
Akzeptierte Antwort
Azzi Abdelmalek
am 9 Nov. 2013
To get the screen size, use
screen_size=get(0,'ScreenSize');
0 Kommentare
Weitere Antworten (0)
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!