フィルターのクリア

Is there a method to merge two programmatic guis to form one m file for both?

2 ビュー (過去 30 日間)
Zine
Zine 2014 年 4 月 4 日
回答済み: Zine 2014 年 4 月 4 日
Is there any method to merge two programmatic guis to make one .m file and one of them will be the main gui where the other will be the sub gui
when executing the m file will show the main gui then after pressing a button will call for the second
  1 件のコメント
Zine
Zine 2014 年 4 月 4 日
The two guis are in different m files and working fine separately and I want to put them in only one file

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

採用された回答

Zine
Zine 2014 年 4 月 4 日
I tried a way and till now it is working, by copying the code of the sub gui to the m file of the main gui but outside of its limit (ie after the end of the first code) and remove any statement that initialize the data or handles from the second code, to call the second gui just write the name of its function in callback

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeEnvironment and Settings についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by