Contenido principal

Additional include directories

R2026b

Include folders to add to include path for compiling generated code

Description

App Configuration Pane: Custom Code

Configuration Objects: coder.MexCodeConfig | coder.CodeConfig | coder.EmbeddedCodeConfig

Folders to add to the include path when compiling the generated code. Enter or select the folders to include.

The paths you specify must not contain:

  • Spaces (Spaces can lead to code generation failures in certain operating system configurations)

  • Tabs

  • \, $, #, *, ?

  • Non-7-bit ASCII characters, such as Japanese characters

Settings

String array

Folders to add to the include path.

Programmatic Use

Property: CustomInclude
Values: ' ' | string array | cell array of character vectors | character vector

Version History

Introduced in R2011a

expand all