sort elements in a cell , they are all txt file names?

조회 수: 3 (최근 30일)
Roger
Roger 2014년 7월 1일
댓글: Jan 2014년 7월 1일
files ={'200802291600.1.txt';
'200803011600.1.txt';
'200803021600.1.txt';
'200803031600.1.txt';
'200803041600.1.txt';
'200803051600.1.txt';
'200803061600.1.txt';
'200803071600.1.txt'}
these are the files' names stored in a cell ,sometimes they are in mess ,
how to sort them by time ,thanks for doing sth.
  댓글 수: 2
Roger
Roger 2014년 7월 1일
the real thing i want to do is combine these files day by day to one file
Jan
Jan 2014년 7월 1일
@Roger: Please use the chance to edit the original question and do not hide this important detail in a comment. Then specify what "combine" exactly means. Be aware, that the readers in the forum do not have the faintest idea about what you are doing and what you want to achieve.

댓글을 달려면 로그인하십시오.

채택된 답변

Andrei Bobrov
Andrei Bobrov 2014년 7월 1일
out = sort(files);

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Shifting and Sorting Matrices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by