How can I call all element from cell class ?

1 回表示 (過去 30 日間)
ha ha
ha ha 2017 年 11 月 28 日
回答済み: KL 2017 年 11 月 28 日
Let's say:
A : 1x3 cell class
A={cell_1, cell_2, cell_3, }
A={[2x1 double],[5x1 double],[1x1 double]}
cell_1 [999;222]
cell_2 [444;123;2000;789;1000]
cell_3 [5000]
Question: How can I call all element from cell A?
result=[999;222;444;123;2000;789;1000;5000]

採用された回答

KL
KL 2017 年 11 月 28 日

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeInterpolation についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by