Polynomial Plot (Range) VI
- Updated2025-07-30
- 2 minute(s) read
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.

Inputs/Outputs
samples
—
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
—
start is the first value of x for which to evaluate P(x). The default is 0.
end
—
end is the last value of x for which to evaluate P(x). The default is 1.
P(x)
—
P(x) contains the real polynomial coefficients in ascending order of power.
polynomial plot
—
polynomial plot displays the evaluations of P(x) as an XY graph.
error
—
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. |
samples
—
start
—
P(x)
—
polynomial plot
—
error
—