How do I switch on an image on a GUI?

4 views (last 30 days)
CarlosCEAM
CarlosCEAM on 31 Oct 2013
Answered: Image Analyst on 31 Oct 2013
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
Image Analyst on 31 Oct 2013
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 Image Processing Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!