How to find the vaule of a 2-D plot at certain point
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Alan Stevens
2020-8-24
Use interp1 to interpolate between known values. Of course you can't guarantee exact values unless you know the exact form of the function!
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Surface and Mesh Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!