How do I continuously read the mouse position as the mouse is moving only on axes on a figure
4 views (last 30 days)
Show older comments
Ouael Chkoundali
on 20 Jan 2019
Commented: Ouael Chkoundali
on 23 Jan 2019
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?
0 Comments
Accepted Answer
Jan
on 21 Jan 2019
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.
See also: https://www.mathworks.com/matlabcentral/answers/219797-check-if-mouse-is-above-an-axes, especially the command overobj.
More Answers (0)
See Also
Categories
Find more on Migrate GUIDE Apps in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!