getSimulationMetadata
Access simulation metadata in Simulink.SimulationOutput
object
Description
returns the simulation metadata stored in the simMeta
= getSimulationMetadata(simOut
)Simulink.SimulationOutput
object simOut
. The simulation metadata includes information about the
model, simulation execution and timing, and details about errors and warnings that occurred
during the simulation.
You can also get the simulation metadata using a dot to access the value of the
SimulationMetadata
property.
simmetadata = out.SimulationMetadata;