Call: INTERPOLATE_i
Both x_vector and y_vector should be a 1-dimensional
Matrix. They should have the
same length, and the length should be at least equal to the order
of interpolation + 1. If the length is less, then the order of
interpolation is lowered accordingly.
The vector x_vector should be in strictly increasing order, i.e.
each element should be larger than, and not equal to, the one
preceding it.
[These are mandatory arguments, no defaults are supplied.]
The coordinate at which interpolation is to be performed
should be a Number
larger than or equal to the first element of x_vector and
smaller than or equal to the last element.
If the coordinate is outside this range, then 0 is returned.
No error condition is raised in this case.
[This is a mandatory argument, no default is supplied.]
Go to the top level,
to Call,
to INTERPOLATE_i,
to the topic index
or to the table of contents.
Formatted on 0099-12-08 at 15:53.