How to get the value of 'x' from a figure?
Mostrar comentarios más antiguos
Hello,
I'm trying to get the value of the x axis from a figure. I am currently using gtext, is there another way?
Cheers
Respuestas (3)
Azzi Abdelmalek
el 12 de Feb. de 2013
Click on your plot then type in command windows
x=get(gco,'xdata')
Depending on what you need, try
xlim
or
get(gca, 'XTick')
eduardoq
el 12 de Feb. de 2013
0 votos
Categorías
Más información sobre Creating, Deleting, and Querying Graphics Objects en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!