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.


icon

Inputs/Outputs

  • ci32.png 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.

  • cdbl.png start

    start is the first value of x for which to evaluate P(x). The default is 0.

  • cdbl.png end

    end is the last value of x for which to evaluate P(x). The default is 1.

  • c1ddbl.png P(x)

    P(x) contains the real polynomial coefficients in ascending order of power.

  • icclst.png polynomial plot

    polynomial plot displays the evaluations of P(x) as an XY graph.

  • ii32.png 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.