Mar*_*n08 3 matlab
我在Matlab中有n个dxd矩阵,我想将它们连接起来得到一个dxdxn矩阵,其中(:,:,i)是第i个矩阵(i = 1..n).我怎样才能做到这一点?
Jon*_*nas 7
使用CAT
out = cat(3,mat1,mat2,mat3,...,matN);
如果数组是单元格数组的元素,
out = cat(3,cellArray{:});
归档时间:
14 年,9 月 前
查看次数:
3148 次
最近记录: