extract the data from graph

1 visualización (últimos 30 días)
Shehab Tarek
Shehab Tarek el 19 de Jul. de 2020
Respondida: Takumi el 19 de Jul. de 2020
in this figure i have the curve and i want to now x(piont) and y(piont)

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Geometric Transformation and Image Registration en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by