listing files in textfile

k

댓글 수: 1

The fprintf() could be simplified to
fprintf(fff, '%s\n', fileNames{i});

답변 (1개)

Walter Roberson
Walter Roberson 2012년 8월 13일

0 개 추천

The order of files returned by dir() is "whatever is returned by the underlying operating system". In turn operating systems might use different orderings depending on the variety of filesystem being used.
You must therefore sort the names before you print them out. See http://www.mathworks.com/matlabcentral/fileexchange/8399-sortn-sort-textual-lists

이 질문은 마감되었습니다.

질문:

2012년 8월 13일

Community Treasure Hunt

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

Start Hunting!

Translated by