How to find the vaule of a 2-D plot at certain point
조회 수: 1 (최근 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!