Matlab 自带排序函数sort用法[Y,I] = sort(X,DIM,MODE)sort函数默认Mode为'ascend'为升序,sort(X,'descend')为降序排列。sort(X)若X是矩阵, ...
確定! 回上一頁