getfiles

Version 1.0.0.0 (2,13 KB) von Brian
Function returns all files in a directory (and optionally sub-directories) that match an expression.
364 Downloads
Aktualisiert 3. Jun 2013

Lizenz anzeigen

This function returns all files in a directory (and optionally sub-directories) that match an expression (either regular or glob).

Inputs are:
-The expression to match
-Recursive? (should sub-directories be searched?)
-Type (either 'glob' or 'regexp')
-Directory (specify the directory to search)
-Exclude expression (if a file matches the original expression, but also contains the exclude expression, it will be rejected)

Outputs a cell array of file names.

Zitieren als

Brian (2024). getfiles (https://www.mathworks.com/matlabcentral/fileexchange/42076-getfiles), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2010a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Search Path finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0