Main Content

Generate nonfinite support files if used

Generate support files for nonfinite data only if nonfinite data is used

Description

App Configuration Pane: Advanced

Configuration Objects: coder.CodeConfig | coder.EmbeddedCodeConfig

The Generate nonfinite support files if used parameter controls the generation of support files for nonfinite data (Inf and NaN).

Dependencies

To enable this parameter, select the Support nonfinite numbers check box.

Settings

On

The code generator produces the support files for nonfinite data (Inf and NaN) only if the generated code uses nonfinite data. This value is the default value.

Off

The code generator always produces the support files for nonfinite data (Inf and NaN).

Programmatic Use

Property: GenerateNonFiniteFilesIfUsed
Values: true | false
Default: true

Version History

Introduced in R2018b