In App Designer, how can I refer to the controls in one GUI from another GUI?
1 回表示 (過去 30 日間)
古いコメントを表示
Basically, in App Designer, I have 2 GUIs opened at the same time: GUI1_App and GUI2_App. GUI1_App includes a "Static Text" while GUI2_App includes a "Push Button". I would like the Color property of the Static Text in GUI1_App to change when I push the Push Button on GUI2_App.
Essentially, my question is how can I refer to the controls in GUI1_App from GUI2_App? how can I refer to the controls in GUI1_App from GUI2_App?
5 件のコメント
Adam
2019 年 9 月 3 日
You will need to pass GUI1_App into GUI2_App when you launch it. GUI1_App should be called app in the function where you launch GUI2_App. Passing arguments to an app as described in
採用された回答
その他の回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Develop Apps Using App Designer についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!