simscape.logging.plotxy
Plot logged simulation data for one node or series against another
Description
plots the simulation series values of object fh
= simscape.logging.plotxy(x
,y
)y
along the
y
-axis, with series values of object x
along the x
-axis. x
and
y
can be simscape.logging.Series
objects,
simscape.logging.Node
objects, or homogeneous cell arrays of such
objects. If x
or y
is a node, it must be a
simulation variable node (one that has a direct child series). The values of this child
series are then plotted along the respective axis.
If x
and y
are cell arrays, they must be of
the same size, or one of them can be a scalar. x
and
y
must have the same time vectors.
fh
is a cell array of figure handles, one for each
y
versus x
plot generated.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2010b