Interpolate a function defined by a vector
function InterpolateVector input Real x "Independent variable"; input Real ybar[:, 2] "Interpolation data"; output Real y "Dependent variable"; end InterpolateVector;