Delete only figure objects from workspace MATLAB 2015a
Mostrar comentarios más antiguos
I just started using matlab with the new figure handles which now no longer are just a number, but an object of sorts.
Currently I am working with som old scripts that store a lot of different figure handles which I need to delete. I can obviously delete them one at a time, but its a lot of objects, and the names may vary every time the script run.
The reason that I need to delete the handles is that I need to store the entire workspace except for the figure handles as they produce a warning in 2015a (and possible earlier releases?).
Is there a way to use functions like clear() to delete only figure handles from the workspace in 2015a?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Creating, Deleting, and Querying Graphics Objects en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!