Generate re-entrant code - Multi-instance, reentrant code - MATLAB (original) (raw)
Main Content
Multi-instance, reentrant code
Description
App Configuration Pane: Memory
Configuration Objects: coder.CodeConfig | coder.EmbeddedCodeConfig
Generate reusable, multi-instance code that is reentrant.
This option is not supported by the GPU Coderâ„¢ product.
Settings
Off
The code generator does not produce multi-instance, reentrant code. This value is the default value.
On
The code generator produces reusable, multi-instance code that is reentrant.
Programmatic Use
**Property:**MultiInstanceCode |
---|
**Values:**false | true |
Default: false |
Version History
Introduced in R2011a