How do you graph data from a table that is in a cell array ?

18 次查看(过去 30 天)
I have tables stored in arrays and I want to graph the data that is in the table.

回答(1 个)

madhan ravi
madhan ravi 2020-7-2
TaBlE = table;
TaBlE.a = rand(10);
plot(TaBlE.a)

类别

Help CenterFile Exchange 中查找有关 Tables 的更多信息

产品


版本

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by