Package: Simulink.SimulationData
Stores logged parameter data and metadata
The Simulink.SimulationData.Parameter
object stores data and
metadata for logged block parameters. Tunable parameters connected to Dashboard blocks
are logged to the Simulation Data Inspector during simulation. To access logged
parameter data, you can export the simulation run from the Simulation Data Inspector
using the UI or the Simulink.sdi.exportRun
function. For
more information about exporting simulation runs with the Simulation Data Inspector UI,
see Export Data from the Simulation Data Inspector.
returns a dataset
= Simulink.sdi.exportRun(runID
)Simulink.SimulationData.Parameter
object as an element in
dataset
when the run corresponding to runID
contains logged parameter data.
plot | Plot simulation output data in the Simulation Data Inspector |
Value. To learn how value classes affect copy operations, see Copying Objects.