필터 지우기
필터 지우기

Images are stored as per the dictionary

조회 수: 2 (최근 30일)
SHAHMUSTAFA MUJAWAR
SHAHMUSTAFA MUJAWAR 2017년 5월 8일
편집: Stephen23 2021년 4월 26일
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
SHAHMUSTAFA MUJAWAR 2017년 5월 8일
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