getting x values by clicking on axes

3 次查看(过去 30 天)
Haykush
Haykush 2013-5-4
Hi all!
I have the set of (x,y) data:
x=[4 10 25 30 37 45 58 77 81 89 93 100 113 122 130 137 145 152 160 163]; y=[15 24 7 45 35 58 71 22 64 10 21 35 67 50 59 63 77 43 40 5];
After plotting it, I want to be able to get x values in t vector by clicking on the axes.
How can i do it?
  2 个评论
per isakson
per isakson 2013-5-4
Why clicking on the axes? Why not by clicking on the curve?
Search for "Data Cursor" in the on-line help.

请先登录,再进行评论。

回答(2 个)

Azzi Abdelmalek
Azzi Abdelmalek 2013-5-4
Click on your plot the add this code
x=get(gco,'xdata')
y=get(gco,'ydata')
  15 个评论

请先登录,再进行评论。


Haykush
Haykush 2013-5-4
First of all, thanks so much for your attention.
For example, I need to fix N data by clicking to the x axis. What do you suggest to do in this case?
Thanks in advance.

类别

Help CenterFile Exchange 中查找有关 Graphics Object Properties 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by