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

Risposte (1)

p = plot(xValues,yValues);
myX = get(p,'xdata');
myY = get(p,'ydata');

2 Commenti

i need a points for the PV and IV charecteriscs of the graph
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.

Accedi per commentare.

Categorie

Scopri di più su Graph and Network Algorithms in Centro assistenza e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by