Effacer les filtres
Effacer les filtres

to form a single 3 D matrix using three different matrices

1 vue (au cours des 30 derniers jours)
Anuradha Kumari
Anuradha Kumari le 26 Mar 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

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Multidimensional Arrays dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by