What's the principle of scatteredInterpolant function ?

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)

There is an example that uses linear interpolation on that same page, under the heading "Interpolating Scattered Data Using the scatteredInterpolant Class".

1 Comment

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

Asked:

on 10 May 2015

Commented:

on 10 May 2015

Community Treasure Hunt

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

Start Hunting!