Help me about creating GUI in matlab ?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Nguyen Trong Nhan
il 26 Dic 2013
Commentato: Nguyen Trong Nhan
il 26 Dic 2013
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.
0 Commenti
Risposta accettata
Walter Roberson
il 26 Dic 2013
After you create the GUI, supposing you know the figure number is FigNum, then
set(FigNum, 'Units', 'norm', 'Position', [0 0 1 1]);
Note: if what you are trying to do is "full screen" in the sense of covering the task bar (MS Windows) or menu bar (OS-X), then a different unsupported method would have to be used.
0 Commenti
Più risposte (1)
Vedere anche
Categorie
Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!