Generate scatter plot
scatterplot(
specifies plot attributes for the scatter plot.x
,n
,offset
,plotstring
)
scatterplot(
generates the scatter plot in an existing figure whose handle is x
,n
,offset
,plotstring
,h
)h
. To
plot multiple signals in the same figure, use hold on
.
h = scatterplot(___)
returns the
handle to the figure that contains the scatter plot. You can specify any of the input
argument combinations from the previous syntaxes.