getDiscreteStateImpl
Discrete state property values
Syntax
s = getDiscreteStateImpl(obj)
Description
s = getDiscreteStateImpl(obj) returns a struct s
         of internal state value properties, which have the DiscreteState
         attribute. The field names of the struct are the object’s DiscreteState property names. To restrict or change the values returned by
            getDiscreteState method, you can override this getDiscreteStateImpl method.
Run-Time Details
getDiscreteStateImpl is called by the setup method. For details, see 
Method Authoring Tips
- You must set - Access = protectedfor this method.
- You cannot modify any properties in this method. 
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2012b