How to get the cursor position relative to figure axes as the cursor moves

53 次查看(过去 30 天)
Hi, I'd like to get the current cursor position in a figure, relative to the axes. I tried with
get(gca, 'CurrentPoint');
but this only gives the position of the last clicked point, while I need the value to change as the cursor moves after clicking. In other words, I need something like
get(0, 'PointerLocation');
but relative to the axes.
Thank you.
LT
  3 个评论

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Annotations 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by