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