Filter löschen
Filter löschen

How to plot a table as a figure in matlab?

1 Ansicht (letzte 30 Tage)
Navaneethan Sundaresan
Navaneethan Sundaresan am 30 Nov. 2016
Kommentiert: Walter Roberson am 18 Feb. 2017
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 Kommentare
Akira Agata
Akira Agata am 18 Feb. 2017
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 am 18 Feb. 2017
... or is this to do with uitable() ?

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Interactive Control and Callbacks finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by