linking GUIs in MATLAB

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 日

1 投票

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 件のコメント

rimi
rimi 2012 年 2 月 20 日
what if we want our first gui to get closed?
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 件)

カテゴリ

ヘルプ センター および File ExchangeMATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by