Get a point from a graph
Ältere Kommentare anzeigen
Hie guys, I have done a GUI to plot a graph. Now i would like to get the calue from the graph. Lets say i plot(x,y). I would like to get the value out, for example when x=4, what is the value of y. I know there is a datacursormode, but it only show me the value in the graph. In this case, i would like to get the value in the command window.
Thanks Ean
Akzeptierte Antwort
Weitere Antworten (1)
Walter Roberson
am 15 Feb. 2011
0 Stimmen
You can use a custom datacursormode callback that includes display() in its code.
1 Kommentar
Ean Soo
am 16 Feb. 2011
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!