Help me about creating GUI in matlab ?
Show older comments
I created a GUI in matlab but I can't make my GUI as big as full screen. Can you help me how to make it big as full screen. thank you very much.
Accepted Answer
More Answers (1)
Azzi Abdelmalek
on 26 Dec 2013
You can get the screen size:
scr_size = get(0,'ScreenSize');
1 Comment
Nguyen Trong Nhan
on 26 Dec 2013
Categories
Find more on App Building 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!