How do I switch on an image on a GUI?
Show older comments
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?
Answers (1)
Image Analyst
on 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.
Categories
Find more on Read, Write, and Modify Image in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!