extract the data from graph

1 visualizzazione (ultimi 30 giorni)
Shehab Tarek
Shehab Tarek il 19 Lug 2020
Risposto: Takumi il 19 Lug 2020
in this figure i have the curve and i want to now x(piont) and y(piont)

Risposta accettata

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

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by