Azzera filtri
Azzera filtri

how to convert cell to matrix

1 visualizzazione (ultimi 30 giorni)
Sivakumaran Chandrasekaran
how to convert cell to matrix

Risposte (1)

Youssef  Khmou
Youssef Khmou il 23 Mar 2013
hi,
try cell2mat :
M=cell(4);
M{1}=4;
P=cell2mat(M),

Categorie

Scopri di più su Data Type Conversion in Help Center e File Exchange

Tag

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by