Category Archives: UI controls

52 relevant articles found:

Adding dynamic properties to graphic handles

It is easy and very useful to attach dynamic properties to Matlab graphics objects in run-time.

4 Comments

Customizing Matlab uipanels

Matlab uipanel controls can be customized using Java in ways that are impossible with plain Matlab.

14 Comments

Unorthodox checkbox usage

There are various ways to display interactive split-panes in Matlab GUI. Uiextras flex-panels override a checkbox control’s CData to display a divider.

1 Comment

Customizing combobox popups

Matlab combobox (dropdown) popups can be customized in a variety of ways.

8 Comments

Customizing listbox/combobox items

Matlab listboxes can be customized using custom Java cell-renderers.

2 Comments

CheckboxList

Matlab listboxes can be enhanced with checkboxes next to each item.

23 Comments

Undocumented button highlighting

Matlab button uicontrols can easily be highlighted by simply setting their Value property.

Leave a comment

Listbox layout customization

Matlab’s listbox layout can be modified to display multiple item columns and different inter-cell margins.

14 Comments

Editable combo-box

Matlab’s popup menu (combo-box) control is quite limited in its abilities. This article explains how we can work around these limitations.

20 Comments

Editbox data input validation

Undocumented features of Matlab editbox uicontrols enable immediate user-input data validation

6 Comments