Finds a bilinear interpolation bounded by four points
bilinear(x, y, z, newx, newy)
x | vector of two x values representing |
---|---|
y | vector of two y values representing |
z | 2x2 matrix if |
newx | vector of new |
newy | vector of new |
a vector of interpolated z values at (x
, y
)
bilinear
finds a bilinear interpolation bounded by four corners
Other interp:
bezier
,
cubicspline()
,
linterp()
,
nn()
,
polyinterp()
,
pwiselinterp()
Other algebra:
cubicspline()
,
division
,
fibonacci()
,
horner()
,
isPrime()
,
linterp()
,
nthroot()
,
polyinterp()
,
pwiselinterp()
,
quadratic()