how to convert cell to matrix
Afficher commentaires plus anciens
how to convert cell to matrix
Réponses (1)
Youssef Khmou
le 23 Mar 2013
hi,
try cell2mat :
M=cell(4);
M{1}=4;
P=cell2mat(M),
Catégories
En savoir plus sur Cell Arrays dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!