Converting 2D matrix to 3D matrix
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
saswati bhattacharya
le 28 Fév 2018
Modifié(e) : Walter Roberson
le 6 Mar 2018
I have a 3529 x 2 2D matrix. how can I convert it into a 3D matrix? please help.
2 commentaires
Guillaume
le 28 Fév 2018
More information required. Why do you want it to be 3D? What should the size of the 3D matrix be? Which elements of the 2D matrix should move to the 3rd dimension?
Réponse acceptée
Andrei Bobrov
le 28 Fév 2018
out = reshape(your_matrix,size_of_your_new_3D_matrix)
7 commentaires
saswati bhattacharya
le 6 Mar 2018
Modifié(e) : Walter Roberson
le 6 Mar 2018
Guillaume
le 6 Mar 2018
You have yet to explain what any of these numbers represent so we have absolutely no idea how to convert your 2D matrix to 3D.
You really really really need to explain a lot better what it is you want.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Logical dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!