How can I put a double array of random dimension inside a cell array?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Antony Pranzetti
le 2 Juin 2017
Réponse apportée : Walter Roberson
le 2 Juin 2017
I'm going to make an example, I have a double array A [2501 x 4000] and a cell array B [10 x 1] of empty cells. I want to have that B(1,1) = A so that the first cell of B will become A. However, when I tried like above, I obtained this error "Conversion to cell from double is not possible." How can I solve this?
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Data Types 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!