Extracting data from nested cell.
10 ビュー (過去 30 日間)
古いコメントを表示
I'm having a cell of size 30x36. In that each element is a cell of 150x4 (type is double). I want to extract the second column of every 150x4 element into an array. How can i do it?
0 件のコメント
採用された回答
Cris LaPierre
2018 年 12 月 5 日
Have a look at this documentation page. Specifically, the example showing the syntax for extracting data from a cell within a cell:
C{2,1}{1,2}
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Cell Arrays についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!