How to plot a table as a figure in matlab?

10 ビュー (過去 30 日間)
Navaneethan Sundaresan
Navaneethan Sundaresan 2016 年 11 月 30 日
コメント済み: Walter Roberson 2017 年 2 月 18 日
I have a set of values to create a table from the array in the workspace. I don't know how to plot the array values as a figure in the table format?
  2 件のコメント
Akira Agata
Akira Agata 2017 年 2 月 18 日
Is this what you want to do?
T = array2table([(1:10)' rand(10,1)]); % Sample table
plot(T{:,1},T{:,2})
Walter Roberson
Walter Roberson 2017 年 2 月 18 日
... or is this to do with uitable() ?

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeTables についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by