getfiles

Versione 1.0.0.0 (2,13 KB) da Brian
Function returns all files in a directory (and optionally sub-directories) that match an expression.
365 download
Aggiornato 3 giu 2013

Visualizza la licenza

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.

Cita come

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

Compatibilità della release di MATLAB
Creato con R2010a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Search Path in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0