[matlab] reshape-调整矩阵行列数(变为1行可用于实现遍历)时间:2024-03-08 15:55:02 [m n]=size(j); %将j矩阵变为1行m*n列的矩阵ii=reshape(j\',[1 m*n]);