How can I open a GUI inside a GUI?
8 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Christian Præstegaard Sørensen
am 12 Apr. 2016
Kommentiert: Christian Præstegaard Sørensen
am 15 Apr. 2016
I've made a set of GUI's. In order not to have several windows (GUI's) open on my desktop I would like to join the GUI's into a 'main' GUI.
How would it be possilbe to join my GUI's into the 'test_join' window found below?

0 Kommentare
Antworten (1)
Rohit Kudva
am 14 Apr. 2016
Hi Christian
I do not think it is possible in MATLAB to embed a GUI within a GUI. The best workflow for your use-case would be to create panels within one GUI and have the content of your current sub-GUI's inside of those panels. This way, you can have one GUI with different sections
-Rohit
Siehe auch
Kategorien
Mehr zu Develop Apps Using App Designer 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!