How can i open gui inside a gui, by closing the first one while the second opens ?

3 次查看(过去 30 天)
I'm able to open a gui inside another gui, but i want the first one to be closed while the second one opens. Can anyone help me with this please.
  4 个评论
Geoff Hayes
Geoff Hayes 2014-7-16
You would use the delete command with the main GUI figure name just after calling the line of code to launch/open the sub-GUI (all within the callback of the push button that is supposed to launch the sub-GUI).
Namratha
Namratha 2014-7-16
Hi, actually the close command works fine, if I use the delete command, it gives a warning that the main_gui not found. Anyways the close command works fine. Thank you Jan Simon and Geoff Hayes.

请先登录,再进行评论。

回答(0 个)

类别

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