Delete all figures, lines and plots
3 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Annotations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!