Complexity of input during Simulink propagation
flag = propagatedInputComplexity(obj,index)
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.