Simulink.SimulationData.Parameter class
Package: Simulink.SimulationData
Stores logged parameter data and metadata
Description
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 to the Workspace or a File.
Construction
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.
Input Arguments
Output Arguments
Properties
Methods
plot | Plot simulation results in Simulation Data Inspector |
Copy Semantics
Value. To learn how value classes affect copy operations, see Copying Objects.
Examples
Version History
Introduced in R2018a