how can i call the seconde figure with a push buton in figure one
1 回表示 (過去 30 日間)
古いコメントを表示
hello i have two figure(gui),how can i call the seconde figure with a push buton in figure one
1 件のコメント
Jan
2015 年 11 月 3 日
It is not clear, what "call a figure" means. Please note, that your question is considered to be answered successfully after you've accepted an answer.
採用された回答
Adam
2015 年 11 月 3 日
Just call it in the pushbutton callback exactly as you would if you did it from command line, by the name of the GUI
2 件のコメント
Adam
2015 年 11 月 3 日
There isn't generic code for it, it will be in the callback of whatever your pushbutton is called and call whatever your second GUI is called in a one-line function unless you have arguments to pass in which I wouldn't recommend doing if you are still not used to how to launch a GUI.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Interactive Control and Callbacks についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!