Main Content

Array layout

Row-major array layout

Description

App Configuration Pane: Memory

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

Generation of code that uses row-major array layout.

See Generate Code That Uses Row-Major Array Layout.

Settings

Column-major

Generate code that uses column-major array layout. This value is the default value.

Row-major

Generate code that uses row-major array layout.

Programmatic Use

Property: RowMajor
Values: false | true
Default: false

Version History

Introduced in R2018a