How can i get points table from output graph in matlab?
이전 댓글 표시
답변 (1개)
TastyPastry
2015년 11월 2일
p = plot(xValues,yValues);
myX = get(p,'xdata');
myY = get(p,'ydata');
댓글 수: 2
MANIMARAN SELVAM
2015년 11월 2일
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.
카테고리
도움말 센터 및 File Exchange에서 Graph and Network Algorithms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!