Save image for each iteration
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Arjun
el 15 de Jun. de 2014
Comentada: Arjun
el 16 de Jun. de 2014
how do I save image for each iteration for any graphs to a certain file
0 comentarios
Respuesta aceptada
Azzi Abdelmalek
el 15 de Jun. de 2014
for k=1:3
% your code
FileName=sprintf('fig%d.jpg',k)
saveas(gcf,FileName)
end
Más respuestas (0)
Ver también
Categorías
Más información sobre Image Processing Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!