Polynomial Plot VI

Owning Palette: Polynomial VIs

Requires: Full Development System

Plots the evaluations of polynomial P(x). Wire data to the X input to determine the polymorphic instance to use or manually select the instance.

Use the pull-down menu to select an instance of this VI.

 Add to the block diagram  Find on the palette

Polynomial Plot (Samples)

X is the input data to be used in the polynomial evaluation.
P(x) contains the real polynomial coefficients in ascending order of power.
polynomial plot displays the evaluations of P(x) as an XY graph.
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster.

Polynomial Plot (Range)

samples is the number of values of x between start and end for which to evaluate P(x). The default is 100. samples must be greater than or equal to 2.
start is the first value of x for which to evaluate P(x). The default is 0.
end is the last value of x for which to evaluate P(x). The default is 1.
P(x) contains the real polynomial coefficients in ascending order of power.
polynomial plot displays the evaluations of P(x) as an XY graph.
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster.