extract the data from graph

조회 수: 1 (최근 30일)
Shehab Tarek
Shehab Tarek 2020년 7월 19일
답변: Takumi 2020년 7월 19일
in this figure i have the curve and i want to now x(piont) and y(piont)

채택된 답변

Takumi
Takumi 2020년 7월 19일
l=findobj(gca,'Type','Line');
x=l.XData;
y=l.YData;

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Geometric Transformation and Image Registration에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by