in this figure i have the curve and i want to now x(piont) and y(piont)

 채택된 답변

Takumi
Takumi 2020년 7월 19일

0 개 추천

l=findobj(gca,'Type','Line');
x=l.XData;
y=l.YData;

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Modify Image Colors에 대해 자세히 알아보기

질문:

2020년 7월 19일

답변:

2020년 7월 19일

Community Treasure Hunt

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

Start Hunting!

Translated by