Class: matlab.System
Reset System object states
resetImpl(obj)
resetImpl(
specifies the algorithm that
initializes or resets the states of a System object™. Typically you reset the states to a set of initial values, which is useful
for initialization at the start of simulation.obj
)
resetImpl
is called by the reset
method only if the object is in use. The object remains as "in-use"
after it is reset. For details, see Detailed Call Sequence.
You must set Access = protected
for this method.
If this System object will be used in the Simulink® MATLAB System (Simulink) block, you cannot modify any tunable properties in this method.