Filter löschen
Filter löschen

Data cursor on GUI plot

2 Ansichten (letzte 30 Tage)
Alex
Alex am 20 Nov. 2013
Bearbeitet: Reza Sadeghi am 25 Feb. 2020
Hi, I have a GUI with a table and a plot as you can see: </matlabcentral/answers/uploaded_files/4822/guisanstitre.png>
I woudl like to put a Data cursor on my plot to get the value of points.
I try to do :
hPlot=plot(handles.axes1,courbe);figure(gcf) % display my plot
dcm_obj = datacursormode(hPlot);
datacursormode on;
set(dcm_obj,'UpdateFcn', @myupdatefcn )
but matlab return an error:
Error using datacursormode (line 144)
Invalid figure handle
Could you help me, maybe there is a better way to get a data cursor?
Thank you

Antworten (2)

Alex
Alex am 22 Nov. 2013
Nobody can help me :(

Sébastien MAILFERT
Sébastien MAILFERT am 25 Sep. 2018
Same problem, 5 years later :-(
  1 Kommentar
Reza Sadeghi
Reza Sadeghi am 25 Feb. 2020
Bearbeitet: Reza Sadeghi am 25 Feb. 2020
I think the following line may help you
[x,y] = ginput(1)

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Visual Exploration 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