how to convert cell to matrix

Answers (1)

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

Categories

Products

Tags

Community Treasure Hunt

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

Start Hunting!