tv = time(series) returns
a row vector of simulation times contained in the series. series is a
simscape.logging.Series object. series must include
a full identifier path to the series, starting with the workspace log variable name.
This example model has data logging enabled for the whole model, with the
Workspace variable name parameter set to
simlog_MassSpringDamperWithController.
Simulate the model for 1 second, to log the simulation data:
Return the simulation time vector for the deformation variable of the
Translational Spring block, Spring.
x is the deformation variable name, and series
is the Series object containing the simulation data for this
variable.
Simulation series, specified as a simscape.logging.Series object.
series must include a full identifier path to the series,
starting with the workspace log variable name.