Sort by Column
1 General
- Type: - Matrix Processing
- Heading: - Rearrange
- Source code: SortByColumn.cs
2 Brief description
Simple sorting by a column.
Output: The same matrix but sorted by the specified column.
3 Parameters
3.1 Column
Selected expression/numerical column, whose values should be sorted (default: first expression column in the matrix).
3.2 Descending
If checked, the matrix is sorted in descending order (largest to smallest value) by the defined expression/numerical column (default: unchecked). By default the matrix is sorted in ascending order (smallest to largest value) by the defined expression/numerical column.