GUI window size different on platform with same screen resolution
Afficher commentaires plus anciens
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
Réponses (1)
Joe Yeh
le 4 Oct 2016
0 votes
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.
1 commentaire
Cherry Greiner
le 4 Oct 2016
Catégories
En savoir plus sur Workspace Variables and MAT Files dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!