Customizable Natural-Order Sort

Alphanumeric sort of a cell/string/categorical array, with customizable number format.

Descargar
Descargar

Ahora está siguiendo esta publicación

Nota del editor: This file was selected as MATLAB Central Pick of the Week

Citar como

Stephen23 (2026). Customizable Natural-Order Sort (https://es.mathworks.com/matlabcentral/fileexchange/34464-customizable-natural-order-sort), MATLAB Central File Exchange. Recuperado .

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión desde R2009b

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
3.4.11

* Add dependency table.

Descargar
1.0.0

Descargar
3.4.10

* Update testcases.

Descargar
3.4.9

* Documentation improvements.

Descargar
3.4.8

* convert test function to class.

Descargar
3.4.7

* Add testcases
* Documentation improvements

Descargar
3.4.6

* Documentation improvements.

Descargar
3.4.5

* Accept decimal comma as well as decimal point.
* HTML example use string arrays.

Descargar
3.4.4

* Add testcases.

Descargar
3.4.3

* Now R2009b compatible.

Descargar
3.4.2

* Edit description & help.

Descargar
3.4.1

* Edit description & help.

Descargar
3.4.0

* Add plenty of testcases.
* Fix bug in descending sort with an empty input array.

Descargar
3.3.0

* Improve test function, add test cases.

Descargar
3.2.0

* Update TESTFUN.

Descargar
3.1.0

* More robust TESTFUN pretty-print code.
* Improve option checking.

Descargar
3.0.5

* Improve examples.

Descargar
3.0.4

* Correct summary.

Descargar
3.0.3

* Improve string handling.

Descargar
3.0.2

* Simplify numeric class handling.
* Add permutations test examples.

Descargar
3.0.1

* handle single element with no number.

Descargar
3.0.0

* Accepts and sorts a string array, categorical array, cell array of char, etc.
* Regular expression and optional arguments may be string or char.
* Simplify char<num algorithm.
* Simplify debugging output cell array.

Descargar
2.1.2

* Consistent alignment tab/spaces.

Descargar
2.1.1

* Add error IDs.

Descargar
2.1.0

* Fix handling of char<num.

Descargar
2.0.0

Total rewrite: faster and less memory.
* Remove 'asdigit' option.
* Rename 'beforechar' and 'afterchar' to 'num<char' and 'char<num'.
* Add options 'num<NaN' and 'NaN<num'.
* Improve HTML documentation.
* Include testcases.

Descargar
1.11.0

* Consistent internal variable names.

Descargar
1.10.0

* Improve blurb and HTML.

Descargar
1.9.0

* Improve binary numeric handling.
* Improve handling of skipped fields.
* Add an example of skipped field usage.

Descargar
1.8.0

* Improved binary substring parsing.
* Better examples.

Descargar
1.7.0

- Update documentation only, improve examples.

Descargar
1.6.0

- Add binary numeric parsing.
- Improve input checking.
- Replace multiple debugging output arrays with one cell array.
- Allow lookarounds in regular expression.

Descargar
1.5.0

- Simplify hexadecimal example.
- Correct output summary.

Descargar
1.4.0

- Now parses hexadecimal and octal substrings.
- int64 and uint64 parsed at full precision.
- Allow <options> in any order.
- For debugging: return indices of character and numeric arrays.

Descargar
1.3.0

- Implement more compact sort algorithm.
- "sscanf" numeric format can be controlled by an optional input argument.
- Provide use examples.
- Output debugging arrays now char+numeric.

Descargar
1.1.0

- Add examples showing different numeric tokens.
- Case-insensitive sort is now default.

Descargar
1.0.0

Descargar