Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Flipper 6.0 Help File - <b>poly_plot()</b> t_exam14 http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
POLY_PLOT()                                                        T_EXAM14
   Plots a polynomial equation to the last graph.

   Syntax
         POLY_PLOT(nColor,nMinimum,nMaximum,nDegrees [nB0,nB1...nBn])

   Arguments
         nColor      Sets the color of the line.
         nMinimum    Sets the starting X value.
         nMaximum    Sets the ending X value.
         nDegrees    Sets the nth degree equation.
         OPTIONAL PARAMETERS
         nB0..nBn    Sets the polynomial coefficients.

   Returns
         None

   Description
         POLY_PLOT() draws the curve of a polynomial equation. nMinimum and
         nMaximum are the X axis range. B0 through B5 are the coefficients for
         the polynomial equation. This function will draw the curve on the
         last axis displayed. Unlike the POLY_FIT(), for POLY_PLOT() to work,
         the polynomial coefficients need to be set manually as optional
         parameters. You must enter one more coefficient than the number of
         degrees of freedom specified.

See Also: POLY_FIT() REGRESS() SPLINE()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson