Contenuto principale

Initialize code

R2026b

Include custom code in the generated model initialize function

Model Configuration Pane: Code Generation / Custom Code

Description

Specify custom code to include in the generated model initialize function.

Settings

'' (default) | string

The code generator places code inside the model's initialize function in the model.c or model.cpp file.

Tips

To use the same custom code settings as those used for simulation, select Use the same custom code settings as Simulation Target. For more information, see Integrate External Code by Using Model Configuration Parameters.

Recommended Settings

ApplicationSetting
DebuggingNo impact
TraceabilityNo impact
EfficiencyNo impact
Safety precautionNo impact

Programmatic Use

Parameter: CustomInitializer
Type: character vector
Value: C code
Default: ''

Version History

Introduced before R2006a