How can I load a GUI into another GUI?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi,
I want to have a main window with a pop-up menu, and depending on what is chosen in the menu, load a GUI (created with GUIDE) in a uipanel.
Is that possible?
Or do you know other ways to swap a widget on the fly?
Thanks
Risposte (2)
Jan
il 16 Lug 2012
No, you cannot load a figure into a panel. Do you want the menubar to appear twice?
But you can copy the children of the figure to another figure, see copyobj.
0 Commenti
Caleb
il 16 Lug 2012
If you design the GUI programmatically, this should be possible, but with GUIDE I don't think so.
0 Commenti
Vedere anche
Categorie
Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!