Sorting a Cell Array

버전 1.0.0.0 (2.43 KB) 작성자: Jeff Jackson
This function will sort a cell array even if it is mixed.
다운로드 수: 10.4K
업데이트 날짜: 2008/3/5

라이선스 보기

This function sorts a cell array, even if it contains character strings and numeric values (i.e. mixed). The only restriction is that it assumes that each column contains either numeric values or character strings, not both. It sorts the rows in ascending order. Note that it allows more than one column to be sorted according to the priority input by the user.

인용 양식

Jeff Jackson (2026). Sorting a Cell Array (https://kr.mathworks.com/matlabcentral/fileexchange/13770-sorting-a-cell-array), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2006b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Data Types에 대해 자세히 알아보기
버전 게시됨 릴리스 정보
1.0.0.0

The update for the MODE functionality does not work correctly as Mathworks sort.m function does not allow cell arrays to be sorted when using the DIM argument.