フィルターのクリア

How to save result images?

1 回表示 (過去 30 日間)
Sajina Rose
Sajina Rose 2019 年 10 月 1 日
回答済み: Walter Roberson 2019 年 10 月 1 日
I need to write the output figures in seperate folder........can anyone please help me...?

採用された回答

Walter Roberson
Walter Roberson 2019 年 10 月 1 日
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.

その他の回答 (0 件)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by