Listbox layout customization
Matlab's listbox layout can be modified to display multiple item columns and different inter-cell margins.
Matlab's listbox layout can be modified to display multiple item columns and different inter-cell margins.
Matlab's popup menu (combo-box) control is quite limited in its abilities. This article explains how we can work around these limitations.
Undocumented features of Matlab editbox uicontrols enable immediate user-input data validation
Matlab's editbox can be customized in many useful manners
Matlab listboxes and editboxes can be used to display rich-contents HTML-formatted strings, which is ideal for log panels.
A demo GUI that shows the effects of using different look-and-feels, including the JTatoo library, is presented.
Images can be added to Matlab controls and labels in a variety of manners, documented and undocumented.
Matlab's uipanel contains a hidden handle to the title label, which can be modified into a checkbox or radio-button control
Matlab's built-in javacomponent function can be used to display Java components in Matlab application - this article details its usages and limitations
Inactive Matlab uicontrols cannot normally display their tooltips. This article shows how to do this with a combination of undocumented Matlab and Java hacks.