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