古いコメントを表示
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 件のコメント
Kavish Chaurasia
2011 年 6 月 29 日
there is a tool to locate the coordinate on a particular graph, which could be seen as an icon on the graph window.
採用された回答
その他の回答 (1 件)
Gerd
2011 年 6 月 29 日
0 投票
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.
カテゴリ
ヘルプ センター および File Exchange で Creating, Deleting, and Querying Graphics Objects についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!