Azzera filtri
Azzera filtri

GUI close open images

4 visualizzazioni (ultimi 30 giorni)
Shane
Shane il 7 Lug 2012
I would like to create a button that closes all open images. If I use the 'close all' command, it closes the GUI as well. Can I either make this command not close the gui, or is it possible to close all of a certain type?

Risposte (1)

Walter Roberson
Walter Roberson il 7 Lug 2012
Modificato: Walter Roberson il 7 Lug 2012
delete( findall(0, 'type','image') )
Note: if you used something like imshow() to display the image, then this will only get rid of the image itself and not the imshow frame.

Categorie

Scopri di più su Display Image in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by