필터 지우기
필터 지우기

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 CenterFile Exchange에서 File Operations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by