findFileSeries

Versión 1.1.0.0 (2,62 KB) por Georg D
automatically finds an indexed series of files in a directory (e.g. img001.tif, img002.tif, etc.)
151 descargas
Actualizado 30 nov 2011

Ver licencia

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

Citar como

Georg D (2024). findFileSeries (https://www.mathworks.com/matlabcentral/fileexchange/32276-findfileseries), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2008b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Shifting and Sorting Matrices en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.1.0.0

Should work on Macs now as well...

1.0.0.0