Main Content
isDiscreteStateSpecificationMutableImpl
Class: matlab.System
Control whether discrete states can change data type
Syntax
mutable = isDiscreteStateSpecificationMutableImpl(obj)
Description
returns whether discrete states can change data type when the object is in use. If this
method returns mutable
= isDiscreteStateSpecificationMutableImpl(obj
)false
, the discrete state must maintain the same data
type while the object is in use.
The isDiscreteStateSpecificationMutableImpl
method has no effect on
the MATLAB System block. Discrete state specification is always
immutable in the MATLAB System block.
Method Authoring Tips
You must set Access = protected
for this method.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2018a