File Ordering Patch Utility for MATLAB
版本 1.2.0.1 (421.7 KB) 作者:
Michael Chan
The utility patches the reordering considering the length of the filename during the sorting.
main executing reference usage: usage_DisplaySelectedAllImagesOfaFileTypeFromDirectory.m
Matlab file listing list the selected files in such order, which may cause some problems for certain bulk processing for benchmark applications.
imageFiles =
chp_mri_squareSized_0.jpg
chp_mri_squareSized_1.jpg
chp_mri_squareSized_10.jpg
chp_mri_squareSized_11.jpg
chp_mri_squareSized_12.jpg
chp_mri_squareSized_13.jpg
chp_mri_squareSized_14.jpg
chp_mri_squareSized_15.jpg
chp_mri_squareSized_16.jpg
chp_mri_squareSized_17.jpg
chp_mri_squareSized_18.jpg
chp_mri_squareSized_19.jpg
chp_mri_squareSized_2.jpg
chp_mri_squareSized_20.jpg
chp_mri_squareSized_21.jpg
chp_mri_squareSized_22.jpg
chp_mri_squareSized_23.jpg
chp_mri_squareSized_24.jpg
chp_mri_squareSized_25.jpg
chp_mri_squareSized_26.jpg
chp_mri_squareSized_27.jpg
chp_mri_squareSized_28.jpg
chp_mri_squareSized_29.jpg
chp_mri_squareSized_3.jpg
chp_mri_squareSized_4.jpg
chp_mri_squareSized_5.jpg
chp_mri_squareSized_6.jpg
chp_mri_squareSized_7.jpg
chp_mri_squareSized_8.jpg
chp_mri_squareSized_9.jpg
The utility patches the reordering in such manner that the files may be picked up in the following order.
imageFiles =
'chp_mri_squareSized_0.jpg'
'chp_mri_squareSized_1.jpg'
'chp_mri_squareSized_2.jpg'
'chp_mri_squareSized_3.jpg'
'chp_mri_squareSized_4.jpg'
'chp_mri_squareSized_5.jpg'
'chp_mri_squareSized_6.jpg'
'chp_mri_squareSized_7.jpg'
'chp_mri_squareSized_8.jpg'
'chp_mri_squareSized_9.jpg'
'chp_mri_squareSized_10.jpg'
'chp_mri_squareSized_11.jpg'
'chp_mri_squareSized_12.jpg'
'chp_mri_squareSized_13.jpg'
'chp_mri_squareSized_14.jpg'
'chp_mri_squareSized_15.jpg'
'chp_mri_squareSized_16.jpg'
'chp_mri_squareSized_17.jpg'
'chp_mri_squareSized_18.jpg'
'chp_mri_squareSized_19.jpg'
'chp_mri_squareSized_20.jpg'
'chp_mri_squareSized_21.jpg'
'chp_mri_squareSized_22.jpg'
'chp_mri_squareSized_23.jpg'
'chp_mri_squareSized_24.jpg'
'chp_mri_squareSized_25.jpg'
'chp_mri_squareSized_26.jpg'
'chp_mri_squareSized_27.jpg'
'chp_mri_squareSized_28.jpg'
'chp_mri_squareSized_29.jpg'
If the utility have more optimal approach, please do not hesitate to suggest and send feedback to author.
Thank you.
Regards,
Michael Chan JT
引用格式
Michael Chan (2025). File Ordering Patch Utility for MATLAB (https://www.mathworks.com/matlabcentral/fileexchange/29033-file-ordering-patch-utility-for-matlab), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R2010a
兼容任何版本
平台兼容性
Windows macOS Linux类别
在 Help Center 和 MATLAB Answers 中查找有关 File Operations 的更多信息
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!