Locale-sensitive sort

버전 1.1.0 (1.77 KB) 작성자: Jan Studnicka
Function sort_locale performs locale-sensitive sort in MATLAB.
다운로드 수: 5
업데이트 날짜: 2020/4/27

라이선스 보기

Function sort_locale performs locale-sensitive sort in MATLAB. Input argument can be cell array of character vectors or string array.

Default locale is cs_CZ. Other supported languages can be found here: https://www.oracle.com/java/technologies/javase/jdk8-jre8-suported-locales.html

Example:
>> S = sort_locale({'zelí','mrkev','česnek','petržel','řepa'})
>> S = sort_locale({'zelí','mrkev','česnek','petržel','řepa'},{'cs', 'CZ'})

인용 양식

Jan Studnicka (2024). Locale-sensitive sort (https://www.mathworks.com/matlabcentral/fileexchange/75160-locale-sensitive-sort), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2020a
R2016b 이상 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0

- function now remembers the shape of the input vector
- added MATLAB Release Compatibility information
- added validation of input arguments
- added link to the page with supported languages

1.0.2

Updated Summary and Description.

1.0.1

Name changed to "Locale-sensitive sort".

1.0.0