(Not recommended) Set the simulation state of the MATLAB S-function by restoring the SimState.
Note
SetSimState
is not recommended. Use SetOperatingPoint
instead.
No
MATLAB
SetSimState(s, in)
s
Instance of Simulink.MSFcnRunTimeBlock
class
representing the Level-2 MATLAB S-Function block.
in
The MATLAB® data of type returned by GetSimState
.
The Simulink® engine invokes this custom method at the beginning
of a simulation of the model containing S
. Simulink
sets the initial simulation state of the S-function to the SimState
of the model.