Refresh GUI content without opening new GUI window
Afficher commentaires plus anciens
Matlab has a build-in app named as Neural Clustering. In this app, there is Next button on the bottom. When you click it, the whole GUI content refreshes (the same GUI window, not open a new one). May I know how to do such feature?
Réponses (1)
Sean de Wolski
le 5 Juin 2015
0 votes
drawnow forces a flush of the event queue and will drive all of the updates to a figure that have happened (i.e. update to current state). Is this what you're looking for?
Catégories
En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!