getfiles

Version 1.0.0.0 (2,13 ko) par Brian
Function returns all files in a directory (and optionally sub-directories) that match an expression.
364 téléchargements
Mise à jour 3 juin 2013

Afficher la licence

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.

Citation pour cette source

Brian (2024). getfiles (https://www.mathworks.com/matlabcentral/fileexchange/42076-getfiles), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2010a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Search Path dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.0