Truncating a 3-d matrix into 2-d
Afficher commentaires plus anciens
Hi All,
I have a matrix
X=16x16x4000
I want to truncate it (and delete the 4000 entirely) and make it to just 16x16. How should I do this? I have tried everything from permute to using [ ] but it just doesn't work. Thanks!
1 commentaire
Easwar Kumar Yarrabikki
le 17 Fév 2017
Have you tried to reshape it to 16x16...?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Resizing and Reshaping Matrices 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!