Another recursive find file
Version 1.0.0.0 (2.18 KB) by
Azim
A recursive search for files with path name matching a wildcard or regular expression pattern.
Function searches a path recursively for file names matching either a wildcard expression (for example 'images*.*') or a regular expression (for example 'images[0-9].*\.*'). The function returns a cell array of the full path to each file matching the given pattern.
Cite As
Azim (2026). Another recursive find file (https://www.mathworks.com/matlabcentral/fileexchange/34816-another-recursive-find-file), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2010b
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on File Operations in Help Center and MATLAB Answers
Tags
Acknowledgements
Inspired by: findfiles
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
