interp - polynomial interpolation
|
Calling Sequence
|
|
interp(x, y, v)
|
|
Parameters
|
|
x
|
-
|
list or vector of independent values, x[1], ..., x[n+1]
|
y
|
-
|
list or vector of dependent values, y[1], ..., y[n+1]
|
v
|
-
|
variable to be used in polynomial
|
|
|
|
|
Description
|
|
•
|
If the same x-value is entered twice, it is an error, whether or not the same y-value is entered; all independent values must be distinct.
|
|
|
Download Help Document
Was this information helpful?