simscape.logging.plot
Plot logged simulation data for Node or Series
Description
plots the simulation series values along the fh = simscape.logging.plot(logobject)y-axis, with time
along the x-axis. logobject is a
simscape.logging.Node or simscape.logging.Series object,
or a homogeneous cell array of such objects. If logobject is a node,
the function plots all nonempty series associated with the specified node and its children.
Depending on the type of logobj, fh is a structure
(for a node) or a cell array (for a series) of handles to the resulting figures.
lets you filter the data being plotted by using one or more fh = simscape.logging.plot(logobject,Name,Value)Name,Value
pair arguments. For example, specify 'units' followed by a unit name to
plot only nodes and series that are commensurate with the specified unit.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2010b

