How to convert a 4D double matrix into a cell array
28 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Abdulhakim Alezzi
le 17 Fév 2022
Commenté : Abdulhakim Alezzi
le 17 Fév 2022
Hi fellows;
I am having a 4D matrix, X (376 * 30 * 20 *44).
i want to convert the X matrix into the a cell array of (1*44), where every row in the output will be (376 * 30 * 20).
I have tried the following code, but does not work.
Anything will be appreciated .
A= num2cell (X, 376, 30, 20,[]);
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Data Type Conversion 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!