how to convert cell to matrix
Show older comments
how to convert cell to matrix
Answers (1)
Youssef Khmou
on 23 Mar 2013
hi,
try cell2mat :
M=cell(4);
M{1}=4;
P=cell2mat(M),
Categories
Find more on Cell Arrays in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!