getfiles
Version 1.0.0.0 (2.13 KB) by
Brian
Function returns all files in a directory (and optionally sub-directories) that match an expression.
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.
Cite As
Brian (2026). getfiles (https://uk.mathworks.com/matlabcentral/fileexchange/42076-getfiles), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2010a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Search Path in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
