to form a single 3 D matrix using three different matrices

1 次查看(过去 30 天)
How can we form a 3D matrix using 3 different matrices. for example i have three (256x4) matrices and I have to form a single 3 Dimensional matrix using these matrices

采纳的回答

Matt Fig
Matt Fig 2011-3-26
If your matrices are named A, B and C, then:
D = cat(3,A,B,C);

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Multidimensional Arrays 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by