Cubic interpolation of a 2D data table. Given equal size vectors KnownX and KnownY, and a separate vector DesiredX of arbitrary size, returns the unknown Y values for each of the desired X values. Populates the vector ResultsY of equal size to DesiredX.
Return to List of Interpolation Functions