Return SimulationMetadata
object for
simulation
mData = getSimulationMetadata(simout)
mData = simout.getSimulationMetadata()
retrieves metadata information in a mData
= getSimulationMetadata(simout
)SimulationMetadata
object from
Simulink.SimulationOutput
object.
is a syntax with dot notation to retrieve metadata information in a
mData
= simout
.getSimulationMetadata()SimulationMetadata
object.
A simpler alternative to use dot notation with the SimulationMetadata
property.
For example:
simOut.SimulationMetadata.ModelInfo
Another alternative is to display simulation metadata in the Variable Editor using one of these approaches:
Select the Show Simulation Metadata check box (which displays the data in a tree structure).
Double-click the SimulationMetadata row.
View the SimulationMetadata
object.