refcurve
Add reference curve to plot
Description
refcurve( adds a polynomial reference curve
to the current axes. The vector p)p contains the polynomial coefficients
in descending powers.
refcurve with no input arguments adds a reference line along the
x axis.
returns the
reference line object hline = refcurve(___)hline using any of the input arguments in the
previous syntaxes. Use hline to modify properties of a specific reference
line after you create it. For a list of properties, see Line Properties.
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a


