sort()调用形式1.Y=sort(X)对矩阵、向量或数组进行升序排列。例1>> a=magic(4)a = 16 2 3 13 5 11 10 8 9 7 6 12 4 14 15 1>> b=rand(1,4)b...
確定! 回上一頁