how to convert cell to matrix

Réponses (1)

Youssef  Khmou
Youssef Khmou le 23 Mar 2013

0 votes

hi,
try cell2mat :
M=cell(4);
M{1}=4;
P=cell2mat(M),

Catégories

Produits

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by