How can i extract coordinates of point from matlab figure ?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Ideth Kara
el 19 de Ag. de 2022
Comentada: Ideth Kara
el 19 de Ag. de 2022
Hello everyone !
i have this code , i want to extract the coordinates of all points constructing the curve.
Xu=linspace(0,60,60);
Yu=linspace(0,10,60);
xlabel('temps(min)')
ylabel('X(km)')
figure()
plot(Xu,Yu)
0 comentarios
Respuesta aceptada
Más respuestas (1)
Ver también
Categorías
Más información sobre Interactive Control and Callbacks en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!