Optimize using the specified minimum and maximum values - Optimize using minimum and maximum values for signals and parameters - MATLAB (original) (raw)

Main Content

Optimize using minimum and maximum values for signals and parameters

Model Configuration Pane: Code Generation / Optimization

Description

The Optimize using the specified minimum and maximum values parameter instructs the code generator whether to optimize generated code using the specified minimum and maximum values for signals and parameters in the model.

Settings

off (default) | on

On

Optimizes the generated code using range information derived from the minimum and maximum specified values for signals and parameters in the model.

Off

Ignores specified minimum and maximum values when generating code.

Tips

Application Setting
Debugging Off
Traceability Off
Efficiency On
Safety precaution No impact

Programmatic Use

Parameter: UseSpecifiedMinMax
Type: character vector
Value: 'on' | 'off'
Default: 'off'

Version History

Introduced in R2010b

See Also

Topics