What's the principle of scatteredInterpolant function ?

3 views (last 30 days)
it said that You could also compute the weighted sum of values of the three vertices of the enclosing triangle (the linear interpolation method).
who can tell me how to calculate the linear interpolation?and explain it is to start with an example

Answers (1)

the cyclist
the cyclist on 10 May 2015
There is an example that uses linear interpolation on that same page, under the heading "Interpolating Scattered Data Using the scatteredInterpolant Class".
  1 Comment
li hao
li hao on 10 May 2015
yes,there is an example,but i want to know how compute the weighted sum of values of the three vertices of the enclosing triangle ,would you tell me?

Sign in to comment.

Categories

Find more on Interpolation in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!