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
madhan ravi 2020 年 7 月 2 日

0 投票

TaBlE = table;
TaBlE.a = rand(10);
plot(TaBlE.a)

カテゴリ

ヘルプ センター および File ExchangeGraph and Network Algorithms についてさらに検索

製品

リリース

R2020a

質問済み:

2020 年 7 月 2 日

回答済み:

2020 年 7 月 2 日

Community Treasure Hunt

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

Start Hunting!

Translated by