How to join pages to make a 3D matrix?
Afficher commentaires plus anciens
We can join columns with , ([x,y]) We can join rows with ; ([x;y]) But how to join pages? for example M(:,:,2) and M(:,:,1)
Réponses (1)
KL
le 5 Avr 2018
Use cat,
cat(3,X,Y)
Catégories
En savoir plus sur Aerospace Blockset dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!