Linear Interpolation

linterp(vx, vy, x) Returns a linearly interpolated value at x for data vectors vx and vy.

Arguments:

Notes:

Related Topics