Support nonfinite numbers - Support for nonfinite values - MATLAB (original) (raw)
Main Content
Support for nonfinite values
Description
Settings
On
This value is the default value.
If GenerateNonFiniteFilesIfUsed
is set totrue
, the code generator produces code to support nonfinite values (Inf
and NaN
) only if they are used.
If GenerateNonFiniteFilesIfUsed
is set tofalse
, the code generator always produces code to support nonfinite values (Inf
and NaN
).
Off
The code generator does not produce code to support nonfinite values.
Programmatic Use
**Property:**SupportNonFinite |
---|
Values: true |false |
Default: true |
Version History
Introduced in R2011a