how to convert cell to matrix
古いコメントを表示
回答 (1 件)
Youssef Khmou
2013 年 3 月 23 日
hi,
try cell2mat :
M=cell(4);
M{1}=4;
P=cell2mat(M),
カテゴリ
ヘルプ センター および File Exchange で Cell Arrays についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!