Images are stored as per the dictionary
1 次查看(过去 30 天)
显示 更早的评论
i have images having their names as 1,2,3,4,5,6..,10,..20..30....40. When i am storing it in some variable and its showing like this 1, 10,11,12...19,2,20,21....29,3,30...39,4,40,5,6,7,8,9.. Please i am new to matlab need it in this format 1,2,3,4,5..10,11,12,13...20,21,22,....30,31,32....40. Thank You
0 个评论
回答(1 个)
Stephen23
2017-5-8
编辑:Stephen23
2021-4-26
Download my FEX submission natsortfiles, which will sort those filenames into alphanumeric order:
There are plenty of examples in the Mfile help and also in the HTML documentation of that submission, so I am sure that you will figure out how to use it in your code. If you have any specific questions, please ask.
2 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Import, Export, and Conversion 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!