Filter löschen
Filter löschen

Saving files uniquely when I process a sequence of files

2 Ansichten (letzte 30 Tage)
Andrew
Andrew am 15 Feb. 2013
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?

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu File Operations finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by