A linear interpolator.
Description
A linear interpolator.
Example Sheet
InterpLinear.xlsx
Arguments
- knownX (Double[])A vector of x values. Must be in increasing order
- knownY (Double[])A vector of y values. Must be the same length as knownX
- requiredX (Double[,])x values at which interpolation is required.