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

2 ビュー (過去 30 日間)
MANIMARAN  SELVAM
MANIMARAN SELVAM 2015 年 11 月 2 日
コメント済み: Walter Roberson 2015 年 11 月 2 日
if true
% code
end

回答 (1 件)

TastyPastry
TastyPastry 2015 年 11 月 2 日
p = plot(xValues,yValues);
myX = get(p,'xdata');
myY = get(p,'ydata');
  2 件のコメント
MANIMARAN  SELVAM
MANIMARAN SELVAM 2015 年 11 月 2 日
i need a points for the PV and IV charecteriscs of the graph
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 Center および File ExchangeGraph and Network Algorithms についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by