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!