plot
(To be removed) 2-D line plots of CCDF curves
comm.CCDF
will be removed in a future release. Use powermeter
instead. For information on updating your code, see Version History.
Description
creates
2-D line plots corresponding to the complementary cumulative distribution function (CCDF)
curves of a signal of interest specified by lines
= plot(ccdf
)ccdf
. The number of curves
is equal to the number of channels in the signal. The function returns a column vector of
chart line objects corresponding to the plots.
Before calling the plot
function, you must obtain the CCDF
curves of the signal of interest by calling the ccdf
System object™ on the signal.
specifies options using one or more name-value arguments. For a complete list of name-value
arguments, see Line Properties. For example,
lines
= plot(ccdf
,Name,Value
)plot(ccdf,'LineWidth',2)
creates the plots such that the line width of
each curve is 2 points.