matlab提取多列,一列变多列的matlab程序
RESHAPE Change size.RESHAPE(X,M,N) returns the M-by-N matrix whose elementsare taken columnwise from X. An error results if X doesnot have M*N elements.RESHAPE(X,M,N,P,...) returns an N-D array with ...