Header files
External header files that contain custom type definitions
Description
App Configuration Pane: Code Appearance
Configuration Objects: coder.ReplacementTypes
External header file names that contain custom type definitions.
In the Configuration Parameter Dialog Box, to specify one or more header file names, type in the file names inside the text boxes.
At the command line, to specify a single header file name, use a character vector or a string scalar. To specify multiple header files, use one of the values in this table.
Value | Description |
---|---|
String array | A string array in
|
Cell array of character vectors | A cell array of character vectors in
|
Dependencies
To enable this parameter, select the Import custom types from external header files checkbox.
Settings
- character vector
Name of the header file, specified as a character vector.
Programmatic Use
Property:
HeaderFiles |
Values: ' ' | string array |
cell array of character vectors | character vector |
Default: ' ' |
Version History
Introduced in R2019b
See Also
Topics
- Import Custom Data Type Definitions from External Header Files (Embedded Coder)