Borrar filtros
Borrar filtros

How to plot a table as a figure in matlab?

1 visualización (últimos 30 días)
Navaneethan Sundaresan
Navaneethan Sundaresan el 30 de Nov. de 2016
Comentada: Walter Roberson el 18 de Feb. de 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 comentarios
Akira Agata
Akira Agata el 18 de Feb. de 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 el 18 de Feb. de 2017
... or is this to do with uitable() ?

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Interactive Control and Callbacks en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by