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!