How to find the vaule of a 2-D plot at certain point

2 ビュー (過去 30 日間)
Julian M
Julian M 2020 年 8 月 24 日
コメント済み: Julian M 2020 年 8 月 26 日
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?

採用された回答

Alan Stevens
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!
  1 件のコメント
Julian M
Julian M 2020 年 8 月 26 日
I used interp1 function and it gave me very resoanable estimation.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSurface and Mesh Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by