필터 지우기
필터 지우기

hot to find data point from 3D space.

조회 수: 2 (최근 30일)
Abdulaziz Abutunis
Abdulaziz Abutunis 2015년 9월 26일
댓글: Walter Roberson 2015년 9월 26일
Hi everyone, I have three variable x, y and T. x and y are independent variables and T is dependent variable. I have the T as an output at particular points (e.g. at specified lines grids). Is there any function similar to interp1 in 2D data that can be used to find T at any point in the data contour?
Thank you, Aziz

답변 (1개)

Walter Roberson
Walter Roberson 2015년 9월 26일
interp2() if the points are along straight lines. Otherwise griddata() or triscatteredinterp()
  댓글 수: 2
Abdulaziz Abutunis
Abdulaziz Abutunis 2015년 9월 26일
the points are along straight lines but how I apply this data matrix to the function interp2()
Walter Roberson
Walter Roberson 2015년 9월 26일
interp2(YourXValues, YourYValues, YourDataMatrix, XPlacesYouWantToInterpolate, YPlacesYouWantToInterpolate)

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Interpolation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by