Class: matlab.System
Define output dimension constraints for dataflow subsystems
constraints = getOutputDimensionConstraintImpl(obj)
constraints = getOutputDimensionConstraintImpl(obj,index)
defines the output dimension constraint for the first output.constraints
= getOutputDimensionConstraintImpl(obj
)
defines the output dimension constraint for the
constraints
= getOutputDimensionConstraintImpl(obj
,index
)index
th output port.
You must set Access = protected
for this method.
If you specify the getOutputDimensionConstraintImpl
method, you should also specify the
getInputDimensionConstraintImpl
method.
If this method is not overwritten, the MATLAB System block sets the output dimension constraint to unspecified. The unspecified setting allows the dataflow scheduler to make conservative assumptions for optimization.
getImpulseResponseLengthImpl
| getInputDimensionConstraintImpl