Main Content
Simulink.dialog.LookupTableControl.Breakpoints Class
Namespace: Simulink.dialog
Description
Create an instance of Simulink.dialog.LookupTableControl.Breakpoints
to
specify the properties of the breakpoint data set in the lookup table control. The value of
the Breakpoints
property is an array of Simulink.dialog.LookupTableControl.Breakpoints
objects. Each embedded object
represents one breakpoint set.
Properties
Examples
Add Breakpoint Data Set
Set breakpoint properties of Dimension 1. >>lutControl.Breakpoints(1).Name = 'torque'; >>lutControl.Breakpoints(1).Unit = 'Nm'; >>lutControl.Breakpoints(1).FieldName = 'Torque'; Set Breakpoint properties of Dimension 2 >>lutControl.Breakpoints(2).Name = 'speed'; >>lutControl.Breakpoints(2).Unit = 'rpm'; >>lutControl.Breakpoints(2).FieldName = 'Speed';
Version History
Introduced in R2021b