how to unnest cell array

i have a 1x1 cell and when you click on that it has a 1x36 cell how do i reformat that into a single 1x36 cell.

1 件のコメント

Stephen23
Stephen23 2018 年 6 月 29 日
Where C is your cell array:
C = C{1}

サインインしてコメントする。

回答 (1 件)

Guillaume
Guillaume 2018 年 6 月 29 日

0 投票

yourvariable = yourvariable{1};

カテゴリ

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

タグ

質問済み:

2018 年 6 月 29 日

コメント済み:

2018 年 6 月 29 日

Community Treasure Hunt

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

Start Hunting!

Translated by