But,
B = sortrows(A, column) sorts the matrix based on the columns specified in the vector column.
Example:
>> A = [2 10; -1 20; 5 40]
A =
2 10
-1 50
5 15
>> sortrows(A, 1)
ans =
-1 50
2 10
5 15
>> sortrows(A, 2)
ans =
2 10
-1 50
5 15
Preparing to unpack level-zero_1.20.2+u24.04_amd64.deb ... Unpacking level-zero ( 1.20.2 ) ... dpkg: error processing archive level-zero_1....
No comments:
Post a Comment