B = reshape(A,m,n) returns the elements of matrix A to an m×n matrix B. The conversion is performed in the order of the columns, that is, the first column ...
確定! 回上一頁