Main Content
Disable
Respond to disabling of an enabled system containing this MATLAB S-Function block
Required
No
Language
MATLAB®
Syntax
Disable(s)
Arguments
s
Instance of
Simulink.MSFcnRunTimeBlock
class representing the Level-2 MATLAB 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 an enabled to a disabled state at the current time step. Your S-function can use this method to perform any actions required by the disabling of the containing subsystem.
See Also
Version History
Introduced in R2012b