scatterplot
Display input signal in IQ-plane
Syntax
Description
scatterplot(
creates a scatter plot to
display the input signal x
)x
in the IQ-plane. Specifically, the IQ-plane
displays the in-phase and quadrature components of a modulated signal on the real and
imaginary axis of an xy-plot.
scatterplot(
specifies plot attributes for the scatter plot.x
,n
,offset
,plotstring
)
scatterplot(
generates the scatter plot in the existing x
,n
,offset
,plotstring
,scatfig
)Figure
object,
scatfig
. To plot multiple signals in the same figure, use
hold on
.
returns the scatfig
= scatterplot(___)Figure
object of the scatter plot. Use
scatfig
to query or modify properties of the figure after it is
created. You can specify any of the input argument combinations from the previous
syntaxes.
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a