Class: matlab.System
Discrete state size, data type, and complexity
[size,dataType,complexity] = getDiscreteStateSpecificationImpl(obj,propertyName)
[
returns the size, data type, and complexity of the discrete state property. This property
must be a discrete state property. You must define this method if your System object™ has discrete state properties and is used in the MATLAB System (Simulink) block.size
,dataType
,complexity
] = getDiscreteStateSpecificationImpl(obj
,propertyName
)
getDiscreteStateSpecificationImpl
is called by the
MATLAB System block during Simulink® model compilation.
You must set Access = protected
for this method.
You cannot modify any properties in this method.