Return a matrix of points which linearly interpolate given data points.

approx_2D(x, y, xout)

Arguments

x

Vector, giving the coordinates of the points to be interpolated.

y

Matrix, giving the points to be interpolated.

xout

Vector, values specifying where interpolation is to take place.

Value

Matrix, interpolated data points.