Delta between two data cursor points in plot

22 views (last 30 days)
Jared
Jared on 19 Feb 2013
Commented: Lars on 2 Nov 2021
Is there a way to display the x or y axis delta between 2 data cursor points in a plot?

Answers (2)

Sean de Wolski
Sean de Wolski on 19 Feb 2013
You can do this in the 'UpdateFcn' of the datacursormode object.
  2 Comments
Jared
Jared on 19 Feb 2013
Can you elaborate a little more on this? I'm using guide to create a GUI and I am pretty new at this still.
Sean de Wolski
Sean de Wolski on 19 Feb 2013
If I get some time later this afternoon. I have a full plate right now.
doc datacursormode
Look at the examples, they should get you started.

Sign in to comment.


Chad Smith
Chad Smith on 27 Mar 2013
Edited: Chad Smith on 27 Mar 2013
Yes there is, and using the cursor's 'UpdateFcn' is the way to do it.
This page is explicit in how to accomplish this and has an example:

Categories

Find more on Visual Exploration in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!