Multiple GUI screens
3 ビュー (過去 30 日間)
古いコメントを表示
I want to implement a GUI in which, when the submit button is hit, other connected multiple GUI screens also pop out. May someone suggest technique for that.
1 件のコメント
採用された回答
Walter Roberson
2011 年 11 月 7 日
If the second GUI is defined with GUIDE, just have the submit button callback invoke the second gui name as a function -- pretty much the same way that you started the initial gui by invoking its name as a function.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Migrate GUIDE Apps についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!