getInputDimensionConstraintImpl
Class: matlab.System
Define input dimension constraints for dataflow subsystems
Syntax
constraints = getInputDimensionConstraintImpl(obj)
constraints = getInputDimensionConstraintImpl(obj,index)
Description
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.
Method Authoring Tips
You must set
Access = protected
for this method.If you specify the
getInputDimensionConstraintImpl
method, you should also specify thegetOutputDimensionConstraintImpl
method.
Input Arguments
Output Arguments
Examples
Default Behavior
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.
Version History
Introduced in R2018b
See Also
getImpulseResponseLengthImpl
| getOutputDimensionConstraintImpl
Topics
- Dataflow Domain (DSP System Toolbox)