How can i extract coordinates of point from matlab figure ?
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Ideth Kara
le 19 Août 2022
Commenté : Ideth Kara
le 19 Août 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 commentaires
Réponse acceptée
Plus de réponses (1)
Voir également
Catégories
En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!