System object: comm.CCDF
Package: comm
Plot CCDF curves
D = plot(H)
D = plot(H)
plots CCDF measurements in
the CCDF System object™, H
. The plot
method
returns the plot handles as an output, D
. This
method plots the same number of curves as there are input channels.
The H
input can be followed by parameter-value
pairs to specify additional properties of the curves. For example, plot
(H
,LineWidth
,2
)
will create curves with line widths of 2 points.
The comm.CCDF
System object does not support
C code generation for this method.