outputImpl
Class: matlab.System
Output calculation from input or internal state of System object
Syntax
[y1,y2,...,yN] = outputImpl(obj,u1,u2,...,uN)
Description
[y1,y2,...,yN] = outputImpl(obj,u1,u2,...,uN)
specifies the
algorithm to output the System object™ states. The output values are calculated from the states and property values.
Any inputs that you set to nondirect feedthrough are ignored during output calculation.
Run-Time Details
outputImpl
is called by the internal output
method. It is also called before the updateImpl
method. For sink objects, calling updateImpl
before outputImpl
locks the object. For all other types of objects, calling
updateImpl
before outputImpl
causes an error.
Method Authoring Tips
You must set
Access = protected
for this method.If the System object will be used in the Simulink® MATLAB System (Simulink) block, you cannot modify any tunable properties in this method.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2013b