Undocumented button highlighting
Matlab button uicontrols can easily be highlighted by simply setting their Value property.
Matlab button uicontrols can easily be highlighted by simply setting their Value property.
Handle object property access (get/set) performance can be significantly improved using dot-notation.
Matlab's listbox layout can be modified to display multiple item columns and different inter-cell margins.
Matlab includes many custom JIDE combo-box controls that can be used in Matlab GUIs out of the box.
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 description of a sortable, groupable tree-table control that can be used in Matlab is provided.