Main Content
mdlEnable
Respond to enabling of an enabled system containing this block
Required
No
Languages
C, C++
Syntax
#define MDL_ENABLE
void mdlEnable(SimStruct *S)
Arguments
S
SimStruct representing an S-Function block.
Description
The Simulink® engine invokes this optional method if this block resides in an enabled subsystem and the enabled subsystem changes from a disabled to an enabled state at the current time step. Your S-function can use this method to perform any actions required by the enabling of the containing subsystem.
See Also
Version History
Introduced before R2006a