Interpolates or extrapolates a function f at x given a set of n points (xi, yi), where f(xi) = yi, f is any function, and given a specific value.
Dependent value.
This input accepts a double-precision, floating-point number or a 1D array of double-precision, floating-point numbers.
When x and y are 1D arrays of double-precision, floating-point numbers, if the number of elements in x is different from the number of elements in y, this node sets interpolation value and interpolation error to NaN and returns an error.
Independent value.
This input accepts a double-precision, floating-point number or a 1D array of double-precision, floating-point numbers.
When x and y are 1D arrays of double-precision, floating-point numbers, if the number of elements in x is different from the number of elements in y, this node sets interpolation value and interpolation error to NaN and returns an error.
Point at which the interpolation or extrapolation is performed.
If the value of x value is in the range of x, the node performs interpolation. Otherwise, the node performs extrapolation. If x value is too far from the range of x, the extrapolation error may be large. It is not a satisfactory extrapolation.
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Default: No error
Interpolation of the function f at the point you specified.
An estimate of the error in the interpolation.
Error information.
The node produces this output according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
This node calculates interpolation value P(x), where P is the unique polynomial of degree n - 1 that passes through the n points (xi, yi).
Where This Node Can Run:
Desktop OS: Windows
FPGA: This product does not support FPGA devices