findFileSeries

版本 1.1.0.0 (2.6 KB) 作者: Georg D
automatically finds an indexed series of files in a directory (e.g. img001.tif, img002.tif, etc.)
151.0 次下载
更新时间 2011/11/30

查看许可证

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

引用格式

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

MATLAB 版本兼容性
创建方式 R2008b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Shifting and Sorting Matrices 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.1.0.0

Should work on Macs now as well...

1.0.0.0