In matlab, the code is: B = sortrows(A,column) This sorts A based on the columns specified in the vector column. For example, sortrows(A,4) sorts the rows ...
確定! 回上一頁