Open new form in Matlab GUIDE application

1 回表示 (過去 30 日間)
Konstantin
Konstantin 2012 年 5 月 30 日
Hello. I've made with Matlab GUIDE two single-form applications Now I need to combine it in one. I want to make the third select-form, with two buttons - Run app1 - Run app2
I've found information, how to make dialog-form, but I can't understand, how to open new form.
Thank you

採用された回答

Walter Roberson
Walter Roberson 2012 年 5 月 30 日
If the first app is app1.m and app1.fig, and the second app is app2.m and app2.fig, then in your new app, use the code
app1()
to run app1, and
app2()
to run app2.
  1 件のコメント
Konstantin
Konstantin 2012 年 5 月 30 日
Hmm... It was easer, then I thought :-) Thank you

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by