How to save graph in each iteration

1 view (last 30 days)
Moe
Moe on 4 Jul 2015
Answered: Star Strider on 4 Jul 2015
I have a loop in my code that in each iteration is produced a graph. I want to save all of graphs in each iteration. If I use the following code, it will just overwriting.
print('figA','-djpeg')

Answers (1)

Star Strider
Star Strider on 4 Jul 2015
I usually use either saveas or savefig.

Categories

Find more on Printing and Saving 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!