findFileSeries
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
Cita come
Georg D (2025). findFileSeries (https://it.mathworks.com/matlabcentral/fileexchange/32276-findfileseries), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
