Help me about msgbox in Matlab GUI ?
古いコメントを表示
I made a guide for my applet, now I create a message box by command:
h = msgbox('My physics applet is about to start,','MyApp');
In that msgbox, It have an OK button. Now I want that: when I press the OK button in the first msgbox, It 'll appear second message box.
thanks you very much
採用された回答
その他の回答 (1 件)
Walter Roberson
2013 年 12 月 28 日
Add
uiwait(h)
after the msgbox() call
カテゴリ
ヘルプ センター および File Exchange で Software Development Tools についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!