GUI window size different on platform with same screen resolution
1 view (last 30 days)
Show older comments
I an running a GUI made by another user. We both have our screen set to the same resolution, but when I run the GUI I only see a portion of the window, so I can see all the buttons. Why is this the case and what modifications can be made to the code ?
Thanks
0 Comments
Answers (1)
Joe Yeh
on 4 Oct 2016
The most likely scenario is that you two are running different versions of MATLAB. The graphics system underwent a major overhaul some time ago, which causes GUI program made with older versions of MATLAB to appear incorrectly in newer versions. One way to fix it is to open the .fig file in GUIDE and modify the GUI program using your version of MATLAB.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!