Enable custom data type replacement
Custom names for data types in generated code
Description
App Configuration Pane: Code Appearance
Configuration Objects: coder.EmbeddedCodeConfig
Custom names for these MATLAB® data types in generated C/C++ code:
doublesingleuint8uint16uint32uint64int8int16int32int64charlogical
For more information, see Customize Data Type Replacement (Embedded Coder).
Settings
- Off
This value is the default value.
Custom names for the MATLAB data types are not allowed.
- On
Custom names for the MATLAB data types are allowed. Specify custom names by using
ReplacementTypes. SettingEnableCustomReplacementTypestotrueenables theReplacementTypesparameter.
Programmatic Use
Property:
EnableCustomReplacementTypes |
Values: false |
true |
Default: false |
Version History
Introduced in R2019a
See Also
coder.EmbeddedCodeConfig | coder.ReplacementTypes
Topics
- Customize Data Type Replacement (Embedded Coder)