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