Save image for each iteration
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
how do I save image for each iteration for any graphs to a certain file
0 Commenti
Risposta accettata
Azzi Abdelmalek
il 15 Giu 2014
for k=1:3
% your code
FileName=sprintf('fig%d.jpg',k)
saveas(gcf,FileName)
end
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!