フィルターのクリア

Saving files uniquely when I process a sequence of files

2 ビュー (過去 30 日間)
Andrew
Andrew 2013 年 2 月 15 日
I have found how to run a sequence of files, but if each file has a result how can I save that result uniquely for each file so it is not overwritten by the next file?

採用された回答

Sean de Wolski
Sean de Wolski 2013 年 2 月 15 日
Give it a numerical extension (id)
Simple example:
for ii = 1:10
filename = ['Friday_' num2str(ii) '.txt']
end

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeFile Operations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by