MATLAB: Finding a position of a point on graph

graphposition;

Hello.
I have some data and need to draw. After drawing, I need to select a point on the graph and I am looking to how MATLAB can give me position of that point (x and y)?
Thanks a lot

Best Answer

Use ginput
Related Question