extract the data from graph

1 Ansicht (letzte 30 Tage)
Shehab Tarek
Shehab Tarek am 19 Jul. 2020
Beantwortet: Takumi am 19 Jul. 2020
in this figure i have the curve and i want to now x(piont) and y(piont)

Akzeptierte Antwort

Takumi
Takumi am 19 Jul. 2020
l=findobj(gca,'Type','Line');
x=l.XData;
y=l.YData;

Weitere Antworten (0)

Kategorien

Mehr zu Geometric Transformation and Image Registration finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by