GUI window size different on platform with same screen resolution
Mostrar comentarios más antiguos
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
Respuestas (1)
Joe Yeh
el 4 de Oct. de 2016
0 votos
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 comentario
Cherry Greiner
el 4 de Oct. de 2016
Categorías
Más información sobre Workspace Variables and MAT Files en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!