getting x values by clicking on axes

3 visualizaciones (últimos 30 días)
Haykush
Haykush el 4 de Mayo de 2013
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 comentarios
per isakson
per isakson el 4 de Mayo de 2013
Why clicking on the axes? Why not by clicking on the curve?
Search for "Data Cursor" in the on-line help.
Haykush
Haykush el 4 de Mayo de 2013
Thanks, I'll try.

Iniciar sesión para comentar.

Respuestas (2)

Azzi Abdelmalek
Azzi Abdelmalek el 4 de Mayo de 2013
Click on your plot the add this code
x=get(gco,'xdata')
y=get(gco,'ydata')
  15 comentarios
Azzi Abdelmalek
Azzi Abdelmalek el 4 de Mayo de 2013
Ok
Haykush
Haykush el 4 de Mayo de 2013
Please, check your e-mail.

Iniciar sesión para comentar.


Haykush
Haykush el 4 de Mayo de 2013
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.

Categorías

Más información sobre Graphics Object Properties en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by