Filter löschen
Filter löschen

to form a single 3 D matrix using three different matrices

1 Ansicht (letzte 30 Tage)
Anuradha Kumari
Anuradha Kumari am 26 Mär. 2011
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

Akzeptierte Antwort

Matt Fig
Matt Fig am 26 Mär. 2011
If your matrices are named A, B and C, then:
D = cat(3,A,B,C);

Weitere Antworten (0)

Kategorien

Mehr zu Multidimensional Arrays finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by