How to find the vaule of a 2-D plot at certain point
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Julian M
am 24 Aug. 2020
Kommentiert: Julian M
am 26 Aug. 2020
I have drawn a 2-D plot using the attached data points in matlab.
I would like to find the exact value of the function at exact x coordinates such as 1.2, 1.3 and etc.
The exact value of the function at these points are not knwon.
Which function should I use to find the values?
0 Kommentare
Akzeptierte Antwort
Alan Stevens
am 24 Aug. 2020
Use interp1 to interpolate between known values. Of course you can't guarantee exact values unless you know the exact form of the function!
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Surface and Mesh Plots 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!