Help me about msgbox in Matlab GUI ?
Mostrar comentarios más antiguos
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
Respuesta aceptada
Más respuestas (1)
Walter Roberson
el 28 de Dic. de 2013
Add
uiwait(h)
after the msgbox() call
Categorías
Más información sobre Software Development Tools en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!