I want to create a chain of inputdlg boxes.how to proceed?
1 回表示 (過去 30 日間)
古いコメントを表示
eg: on click of 'ok' in 1 inpudlg box 2nd should appear.
0 件のコメント
回答 (1 件)
Vishal Rane
2013 年 8 月 28 日
You will have to create your own version of the inputdlg box and set its callback to call another one. The matlab inputdlg waits for the user input, so I don't see a way to modify its 'Ok' button callback.
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!