Main Content

LUT object struct order for explicit value specification

Order of fields in structure generated for lookup table object with explicit values breakpoint specification

Model Configuration Pane: Code Generation / Interface

Description

The LUT object struct order for explicit value specification parameter specifies the order of the fields in the structure that the code generator produces for a lookup table object that has an explicit values breakpoint specification.

Settings

Size,Breakpoints,Table (default) | Size,Table,Breakpoints
Size,Breakpoints,Table

Displays the structure in the order size, breakpoints, table.

Size,Table,Breakpoints

Displays the structure in the order size, table, breakpoints.

Recommended Settings

ApplicationSetting
DebuggingNo impact
TraceabilityNo impact
EfficiencyNo impact
Safety precautionNo impact

Programmatic Use

Parameter: LUTObjectStructOrderExplicitValues
Type: character vector
Value: 'Size,Breakpoints,Table' | 'Size,Table,Breakpoints'
Default: 'Size,Breakpoints,Table'

Version History

Introduced in R2017b