how to convert cell to matrix

1 次查看(过去 30 天)
how to convert cell to matrix

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Data Type Conversion 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by