How can i extract coordinates of point from matlab figure ?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Ideth Kara
il 19 Ago 2022
Commentato: Ideth Kara
il 19 Ago 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 Commenti
Risposta accettata
Più risposte (1)
Vedere anche
Categorie
Scopri di più su Interactive Control and Callbacks in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!