Mostra commenti meno recenti
hi
how can i select a point from a graph? i have a graph and i want to select a point from it and do some works with its coordinate(x & y). i want to select on graph and recieve x & y coordinate
thank u
1 Commento
Kavish Chaurasia
il 29 Giu 2011
there is a tool to locate the coordinate on a particular graph, which could be seen as an icon on the graph window.
Risposta accettata
Più risposte (1)
Gerd
il 29 Giu 2011
0 voti
When you run your m-file and nothing is selected on the graph the position variable is empty. When your m-file is finished the position is stored and you can display the result in the command window. I would suggest to use the callback function so everytime you click on your figure you receive the position values.
Categorie
Scopri di più su Creating, Deleting, and Querying Graphics Objects in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!