Images are stored as per the dictionary

2 次查看(过去 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

回答(1 个)

Stephen23
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 个评论
SHAHMUSTAFA MUJAWAR
i am using 2016a version it shows natsortfiles not found.
Stephen23
Stephen23 2017-5-8
编辑:Stephen23 2017-5-9
@SHAHMUSTAFA MUJAWAR:
Did you download my FEX submission, as my answer clearly requires you to do? You then need to unzip the zip file, and put the files on the MATLAB path (e.g. in the current directory).

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Convert Image Type 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by