Main Content

MAT-file variable name modifier

Prefix or suffix to add to MAT-file variable names

Model Configuration Pane: Code Generation / Interface

Description

The MAT-file variable name modifier parameter specifies the prefix or suffix to add to MAT-file variable names.

Dependency

To enable this parameter, select the MAT-file logging parameter.

Settings

rt_ | _rt | none
rt_

Adds prefix text to MAT-file variable names.

_rt

Adds suffix text to MAT-file variable names.

none

Does not add text to MAT-file variable names.

Recommended Settings

ApplicationSetting
DebuggingNo impact
TraceabilityNo impact
EfficiencyNo impact
Safety precautionNo impact

Programmatic Use

Parameter: LogVarNameModifier
Type: character vector
Value: 'none' | 'rt_' | '_rt'
Default: 'rt_'

Version History

Introduced before R2006a