Enable variable-sizing - Variable-size array support - MATLAB (original) (raw)

Variable-size array support

Description

App Configuration Pane: Memory

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

Variable-size array support. See Generate Code for Variable-Size Arrays.

Dependencies

Enables dynamic memory allocation.

Settings

On

This value is the default value.

Variable-size arrays are allowed for code generation.

Off

Variable-size arrays are not allowed for code generation.

Programmatic Use

**Property:**EnableVariableSizing
Values: true |false
Default: true

Version History

Introduced in R2011a

See Also

coder.MexCodeConfig | coder.CodeConfig | coder.EmbeddedCodeConfig

Topics