Initialize the state vectors of this MATLAB S-function
No
MATLAB
Start(s)
s
Instance of Simulink.MSFcnRunTimeBlock
class
representing the Level-2 MATLAB S-Function block.
The Simulink® engine invokes this optional method at the
beginning of a simulation. The method performs initialization activities
that this S-function requires only once, such as allocating memory
and setting up user data. Use InitializeConditions
to
initialize state values
If your S-function resides in an enabled subsystem and needs
to reinitialize its states whenever the subsystem is enabled, use InitializeConditions
to
initialize the state values, instead of Start
.
Use the properties of
to
get the states.Simulink.RunTimeBlock
See msfcn_varpulse.m
for
an example of how to use this function.