How do you graph data from a table that is in a cell array ?
이전 댓글 표시
I have tables stored in arrays and I want to graph the data that is in the table.
답변 (1개)
madhan ravi
2020년 7월 2일
TaBlE = table;
TaBlE.a = rand(10);
plot(TaBlE.a)
카테고리
도움말 센터 및 File Exchange에서 Tables에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!