create custom mouseover callback?

13 Ansichten (letzte 30 Tage)
sigguy90
sigguy90 am 6 Apr. 2022
Beantwortet: sigguy90 am 26 Apr. 2022
I have a method to execute a custom callback function upon mouseover of scatter3 plotted points. Essentially, the function prints text in a text edit field of my app. This method relies on setting the UpdateFcn of the datacursormode for the entire figure. Now I would like to have two different axes in my figure, so that method won't work anymore. How can I create a custom callback for a mouseover interaction?
  1 Kommentar
Rik
Rik am 6 Apr. 2022
You could use the window button motion, but you would have to make sure to put a fast check at the start of it to keep the performance reasonable. That way you can determine which axes the cursor is hovering over.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

sigguy90
sigguy90 am 26 Apr. 2022
I implemented this using iptSetPointerBehavior. The datatips corresponding to each scatter3 object are created and stored. The helper function for pb.enterFcn then sets which datatips are enabled according to which axes is being moused over.

Weitere Antworten (0)

Kategorien

Mehr zu App Building finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by