Main Content
propagatedInputFixedSize
Class: matlab.System
Fixed-size status of input during Simulink propagation
Syntax
flag = propagatedInputFixedSize(obj,index)
Description
returns flag
= propagatedInputFixedSize(obj
,index
)true
or false
to indicate whether an input
argument of a System object™ is fixed size. index
specifies the input for which to
return the fixed-size flag.
You can use propagatedInputFixedSize
only from within isOutputFixedSizeImpl
. Use isOutputFixedSizeImpl
when:
Your System object has more than one input or output.
The input fixed-size status determines the output fixed-size status.
The output fixed-size status must differ from the input fixed-size status.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2014a