plotting data within cell array
조회 수: 3 (최근 30일)
이전 댓글 표시
I have a cell array as 1x54 cell (A level). Within each cell is another cell array, anywhere from 1x8 to 1x16 (B level). Within each of these cells is a column with 1 to 12 entries (C level). I want to plot (as a scatter plot) the C level entries against other C level entries from each B level entry, preferably with a different colour for each group of C level entries.
I hope that makes sense.
Thanks!
댓글 수: 7
Ameer Hamza
2018년 5월 28일
@Carling, a scatter plot needs x and y values. Whereas your data contain only one column. How do you want to address this issue.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Scatter Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


