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
2018 年 6 月 29 日
Where C is your cell array:
C = C{1}
回答 (1 件)
Guillaume
2018 年 6 月 29 日
yourvariable = yourvariable{1};
カテゴリ
ヘルプ センター および File Exchange で Data Types についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!