How can I open a GUI inside a GUI?

1 次查看(过去 30 天)
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?

回答(1 个)

Rohit Kudva
Rohit Kudva 2016-4-14
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
  1 个评论
Christian Præstegaard Sørensen
Thanks Rohit.
Can you give me a hint on how to load the sub-GUI's into a panel? I guess I should somehow be able to load the .m and .fig so I don't have to draw and rewrite every time I make changes to my sub-GUI's...

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Programming 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by