Help me about msgbox in Matlab GUI ?
Ältere Kommentare anzeigen
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
Akzeptierte Antwort
Weitere Antworten (1)
Walter Roberson
am 28 Dez. 2013
Add
uiwait(h)
after the msgbox() call
Kategorien
Mehr zu Software Development Tools finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!