Extracting data from nested cell.
조회 수: 6 (최근 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!