Class: matlab.system.mixin.Propagates
Package: matlab.system.mixin
Complexity of input during Simulink propagation
flag = propagatedInputComplexity(obj,index)
flag = propagatedInputComplexity(obj,index)
returns 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.
|
System object |
|
Index of the specified input. Do not count the |
|
Complexity of the specified input, returned as |