Generate scatter 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.