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!