sim
Class: sdo.SimulationTest
Package: sdo
Simulate Simulink model using simulation scenario
Syntax
sim_out =
sim(sim_obj)
sim_out =
sim(sim_obj,Name,Value)
Description
simulates
a Simulink® model using the simulation scenario specified in sim_out
=
sim(sim_obj
)sim_obj
.
Before simulating the model, specify the parameter values and
signals to log in the Parameters
and LoggingInfo
properties
of sim_obj
. The software restores the parameter
values and logging settings to their original values after simulation.
specifies
simulation parameters using one or more sim_out
=
sim(sim_obj
,Name,Value
)Name,Value
pair
arguments.