B = reshape(A,m,n) returns the m -by- n matrix B whose elements are taken column-wise from A . An error results if A does not have m*n elements.
確定! 回上一頁