linking GUIs in MATLAB

2 次查看(过去 30 天)
rimi
rimi 2012-2-20
how to link 1 GUI in MATLAB with other.for example in the first GUI there is 1 pushbutton if it is pressed then a new GUI for that button press opens??

采纳的回答

Chandra Kurniawan
Chandra Kurniawan 2012-2-20
Hi,
Let say I have 2 GUIs.
untitled1
untitled2
In first GUI I have pushbutton to call the second GUI.
Just type untitled2 in the pushbutton callback.
  3 个评论
Chandra Kurniawan
Chandra Kurniawan 2012-2-20
Just type
close untitled1
rimi
rimi 2012-2-20
ohh yes i got the answer
just write close(first gui) in the callback!!

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Environment and Settings 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by