How to save result images?

1 visualización (últimos 30 días)
Sajina Rose
Sajina Rose el 1 de Oct. de 2019
Respondida: Walter Roberson el 1 de Oct. de 2019
I need to write the output figures in seperate folder........can anyone please help me...?

Respuesta aceptada

Walter Roberson
Walter Roberson el 1 de Oct. de 2019
output_folder = 'C:\Users\Sajina\Documents\MATLAB\Project9\outputs';
outfile = fullfile(output_folder, 'fig1.png');
saveas(gcf, outfile);
the file will be written into the named directory.

Más respuestas (0)

Categorías

Más información sobre Images 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!

Translated by