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)indexth output port.
Method Authoring Tips
You must set
Access = protectedfor this method.If you specify the
getOutputDimensionConstraintImplmethod, you should also specify thegetInputDimensionConstraintImplmethod.
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)