Save image for each iteration
5 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
Categorie
Scopri di più su Image Processing Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!