How do I switch on an image on a GUI?
Afficher commentaires plus anciens
My code reads a large ammount of data, and I need to switch on an image of "loading" in the GUI while the process is active. Once it has finished, that image should change to an "ready" one. How can I do it?
Réponses (1)
Image Analyst
le 31 Oct 2013
0 votes
You can use the image() or imshow() functions. Use one of them to load the "loading" splash image, then when you're done change to the "ready" image.
Catégories
En savoir plus sur Read, Write, and Modify Image 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!