Menu

#542 sortrows not supported

v4.1 (minor)
open
nobody
5
2012-01-04
2012-01-04
No

sortrows is not supported by FreeMat. Would you add this function please?
function S = sortrows(A, column)
[N, I] = sort(A);
S = A(I(:,column),:);

Discussion


Log in to post a comment.