Filter löschen
Filter löschen

hot to find data point from 3D space.

2 Ansichten (letzte 30 Tage)
Abdulaziz Abutunis
Abdulaziz Abutunis am 26 Sep. 2015
Kommentiert: Walter Roberson am 26 Sep. 2015
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

Antworten (1)

Walter Roberson
Walter Roberson am 26 Sep. 2015
interp2() if the points are along straight lines. Otherwise griddata() or triscatteredinterp()
  2 Kommentare
Abdulaziz Abutunis
Abdulaziz Abutunis am 26 Sep. 2015
the points are along straight lines but how I apply this data matrix to the function interp2()
Walter Roberson
Walter Roberson am 26 Sep. 2015
interp2(YourXValues, YourYValues, YourDataMatrix, XPlacesYouWantToInterpolate, YPlacesYouWantToInterpolate)

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Interpolation finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by