其他
1 积分
矩阵行排序函数 `sortrows` 详解
function [y,ndx] = sortrows(x,col) %[Y,I]=sortrows(A,k)按第k列升序的排列,向量I返各行的原编址.-function [y
查看详情