Matrix sort.
More...
List of all members.
Detailed Description
Matrix sort.
- Parameters:
-
- Returns:
- B whose columns are in sorted order of A
type(array) A, B
A = randu(10, 10)
B = sort(A) ! sort each column
The documentation for this interface was generated from the following file: