how to convert cell to matrix

回答 (1 件)

Youssef  Khmou
Youssef Khmou 2013 年 3 月 23 日

0 投票

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

カテゴリ

ヘルプ センター および File ExchangeCell Arrays についてさらに検索

製品

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by