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

조회 수: 1 (최근 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 CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by