You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
function [returnFileGroup] = findFileSeries(filePath, allowskiplength, inclSmallerNumbers)
% input is the filepath of one file in a series of files that have
% some numeric indexing in their filenames
% allowskiplength allows skipping of numbers in the index (default = 0 =>
% no skipping allowed, only an uninterrupted series of indixed filenames will be returned)
% inclSmallerNumbers: if false, we only look for filenames containing higher
% indices, if true, we also accept filenames with smaller indices than in filePath; default
% = false
Cite As
Georg D (2026). findFileSeries (https://au.mathworks.com/matlabcentral/fileexchange/32276-findfileseries), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.1.0.0 (2.62 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
