asort: a pedestrian alphanumeric string sorter

バージョン 1.0.0.0 (11.2 KB) 作成者: us
numerically sorts an array or cell array of strings.
ダウンロード: 4.9K
更新 2006/12/13

ライセンスの表示

ASORT sorts an array or cell array of alphanumeric strings numerically rather than in ascii dictionary order

strings are divided into three different categories, which are returned in separate cells

- numerically sorted strings that contain only one readable number
- ascii dictionary order sorted strings that contain more than one readable or invalid numbers
- ascii dictionary order sorted strings that contain no numbers

see
> help asort
for explanations and options

this sorter can be used, for instance, to sort files with numerical extensions, eg,

f.1
f.2
f.3
f.10
f.21

look at the accompanying published m-file for a few examples

引用

us (2024). asort: a pedestrian alphanumeric string sorter (https://www.mathworks.com/matlabcentral/fileexchange/7212-asort-a-pedestrian-alphanumeric-string-sorter), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R14SP1
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersShifting and Sorting Matrices についてさらに検索
謝辞

ヒントを与えたファイル: Customizable Natural-Order Sort, Natural-Order Filename Sort

Community Treasure Hunt

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

Start Hunting!

html/

バージョン 公開済み リリース ノート
1.0.0.0

a previous revision 12/12/05 apparently never made it online (thanks to tom muylle for stumbling onto this omission!); the resubmission has the ver tag 13-Dec-2006 18:29:17