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

2 次查看(过去 30 天)
if true
% code
end

回答(1 个)

TastyPastry
TastyPastry 2015-11-2
p = plot(xValues,yValues);
myX = get(p,'xdata');
myY = get(p,'ydata');
  2 个评论
Walter Roberson
Walter Roberson 2015-11-2
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.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Graph and Network Algorithms 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by