how can I make the .fig GUI width and height to be 900 x 100?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
booterr
am 13 Jun. 2016
Beantwortet: Walter Roberson
am 26 Jun. 2016
I want to make the .fig GUI width and height to be 900 x 100. The reason is that I need put more than 10 TabPanel inside one .fig GUI.
Right now, the largest width and height is only 384 x 81. As a result, I can only put 3 TabPanel inside.
thanks
2 Kommentare
Akzeptierte Antwort
Image Analyst
am 26 Jun. 2016
Double click in the figure to bring up the property inspector. Make sure the units property is "pixels". Then in the position property (expand it to see width and height), type in 900 for the width, and 100 for the height. If that still doesn't work, make sure the resize property is set to "on".
3 Kommentare
Image Analyst
am 26 Jun. 2016
The window size is limited to the number of pixels on your screen. So unless you have a 9000 pixel wide screen, you'll have to scale down your panel size.
Weitere Antworten (2)
Andrew Bliss
am 13 Jun. 2016
Using "guide" just resize with the black box in the lower right corner.
1 Kommentar
Walter Roberson
am 26 Jun. 2016
See https://www.mathworks.com/matlabcentral/answers/137034-guide-tabs-support-in-r2014b including the link from Charles to his solution.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!