Main Content
plot
Plot logged simulation series values against time
Description
plots
the simulation series values along the fh
= plot(series
)y
-axis, with time along
the x
-axis. fh
is a structure of handles to
the resulting figures. series
is a
simscape.logging.Series
object. series
must include
a full identifier path to the series, starting with the workspace log variable name.
lets you customize the plot by using one or more fh
= plot(series
,Name,Value
)Name,Value
pair
arguments. For example, specify 'time
' followed by a 1x2 vector,
[
, to plot only the data within this time
range.start_time
end_time
]
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2010b