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

답변 (1개)

TastyPastry
TastyPastry 2015년 11월 2일
p = plot(xValues,yValues);
myX = get(p,'xdata');
myY = get(p,'ydata');

댓글 수: 2

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.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Graph and Network Algorithms에 대해 자세히 알아보기

태그

질문:

2015년 11월 2일

댓글:

2015년 11월 2일

Community Treasure Hunt

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

Start Hunting!

Translated by