File List

버전 1.0.0.0 (2.72 KB) 작성자: Jed F.
File list builds a list of files for use in batch processing.
다운로드 수: 1.6K
업데이트 날짜: 2009/1/29

라이선스 보기

File list builds a list of files for use in batch processing. The user can select the sub-folder depth for recursion, file extensions to search for, and file name to search.

It is helpful for batch processing large number of files in various folders or sub folders.

[files,total]=file_list(pwd,'*.mat',1);
for i=1:total
data=load(files{i});
% Do stuff with data
end

인용 양식

Jed F. (2024). File List (https://www.mathworks.com/matlabcentral/fileexchange/22829-file-list), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R14
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 File Operations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0