Print to GUI immediately.
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello,
I'm making a GUI application with guide and I have a simple question. When the user presses "Run", I want to display a static text "running..." somewhere on the window. I know how to do this, but the problem is that it's only getting displayed when the simulation is over (which really defeats the prupose). How can I force MATLAB to print this output before it continues with the rest of its work.
Thank You :)
0 comentarios
Respuestas (1)
Image Analyst
el 11 de Mayo de 2012
Right after you stuff your text into your control on your gui with the set() command, call "drawnow;" and it will force the GUi to update/refresh/repaint immediately.
0 comentarios
Ver también
Categorías
Más información sobre Interactive Control and Callbacks en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!