How can i get points table from output graph in matlab?

2 visualizaciones (últimos 30 días)
MANIMARAN  SELVAM
MANIMARAN SELVAM el 2 de Nov. de 2015
Comentada: Walter Roberson el 2 de Nov. de 2015
if true
% code
end

Respuestas (1)

TastyPastry
TastyPastry el 2 de Nov. de 2015
p = plot(xValues,yValues);
myX = get(p,'xdata');
myY = get(p,'ydata');
  2 comentarios
MANIMARAN  SELVAM
MANIMARAN SELVAM el 2 de Nov. de 2015
i need a points for the PV and IV charecteriscs of the graph
Walter Roberson
Walter Roberson el 2 de Nov. de 2015
Graphs do not generally have any PV or IV characteristics. It could be that the particular graph you are interested in has those characteristics, but we currently have no idea which graph you are looking at. "PV" has at least 89 known meanings.

Iniciar sesión para comentar.

Categorías

Más información sobre Graph and Network Algorithms 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