File List
Version 1.0.0.0 (2,72 KB) von
Jed F.
File list builds a list of files for use in batch processing.
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
Zitieren als
Jed F. (2025). File List (https://de.mathworks.com/matlabcentral/fileexchange/22829-file-list), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R14
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- MATLAB > Programming > Files and Folders > File Operations >
- Parallel Computing > Parallel Computing Toolbox > Big Data Processing >
Mehr zu File Operations finden Sie in Help Center und MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
| Version | Veröffentlicht | Versionshinweise | |
|---|---|---|---|
| 1.0.0.0 |
