How do I continuously read the mouse position as the mouse is moving only on axes on a figure

4 次查看(过去 30 天)
Hi,
I want to read and show the mouse position continuously on my figure. But I want to show it only when the mouse is on the axes and not on the figure.
How can I do it?

采纳的回答

Jan
Jan 2019-1-21
Use the 'WindowButtonMotionFcn' and display the changes only, when the mouse is over the axes. You can do this either by comparing the coordinates or maybe by the undocumented function hittest(FigHandle), which replies the object is mouse is over.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by