Main Content
plotxy
Plot two series against each other
Description
plots values of the simulation series fh
= plotxy(x
,y
)y
along the
y
-axis, with values of the simulation series
x
along the x
-axis.
fh
is a cell array of handles to the resulting figures.
x
and y
are
simscape.logging.Series
objects or homogeneous cell arrays of such
objects. All series must have the same time vectors. If x
and
y
are cell arrays, they must be of the same size, or one of them can
be a scalar.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2010b