Main Content
propagatedInputComplexity
Class: matlab.System
Complexity of input during Simulink propagation
Syntax
flag = propagatedInputComplexity(obj,index)
Description
returns flag
= propagatedInputComplexity(obj
,index
)true
or false
to indicate whether the input
argument for the indicated System object™ is complex. index
specifies the input for which to return
the complexity flag.
You can use propagatedInputComplexity
only from within the
isOutputComplexImpl
method in your class definition file. Use
isOutputComplexImpl
when:
Your System object has more than one input or output.
The input complexity determines the output complexity.
The output complexity must differ from the input complexity.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2014a