Main Content

Simulink.dialog.LookupTableControl.Table Class

Namespace: Simulink.dialog

Control table data for mask lookup table

Since R2021b

Description

Create an instance of Simulink.dialog.LookupTableControl.Table to specify the properties of the table data in the lookup table control.

Properties

expand all

Name of the parameter specifying the table data.

Data Types: String

Specifies the units for the table data.

Data Types: String

Specifies the display name for the table data.

Data Types: String

Control the minimum value that can be specified for any cell in the table. This is a read only field and cannot be set through lookup table control.

Data Types: String

Control the maximum value that can be specified for any cell in the table. This is a read only field and cannot be set through lookup table control.

Data Types: String

Examples

Add Table Data

>>lutControl.Table.Name = 'fuelflowtable';
>>lutControl.Table.Unit = 'kg/s' ;
>>lutControl.Table.FieldName = 'Fuel Flow';

Version History

Introduced in R2021b