Effacer les filtres
Effacer les filtres

Delete all figures, lines and plots

4 vues (au cours des 30 derniers jours)
Raúl
Raúl le 10 Avr 2013
Hi all,
I have a code which merges a plot, with several lines and an imagesc figure. I have to generate several images where the imagesc figure changes but the rest of plot and lines are the same. I'm using a for loop in order to generate several figures. The first merged figure is generated properly but the following ones are not. I would like to delete all figure, plot and lines each iteration. how can do it?
If tried with close('all','hidden') but it doesn't work.
Could somebody help me?
Thanks a lot.
Raúl.
  1 commentaire
Image Analyst
Image Analyst le 10 Avr 2013
Uploading a screenshot would help illustrate your situation.

Connectez-vous pour commenter.

Réponse acceptée

Jan
Jan le 10 Avr 2013
Modifié(e) : Jan le 10 Avr 2013
Simply close ore delete the figure(s), because the contained objects are deleted automatically also.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by