Main Content
refline
Add reference line to plot
Description
refline(
adds a
reference line to the plot in the axis specified by ax
,___)ax
, using
any of the input arguments in the previous syntaxes.
returns
the reference line object hline
= refline(___)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