Performance: accessing handle properties
Handle object property access (get/set) performance can be significantly improved using dot-notation.
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's fprintf command has an undocumented hack to display orange-colored text.
Matlab includes some numerical gotchas that we should be careful to avoid...
Matlab's standard plot data-tips can be customized to enable dragging, without being limitted to be adjacent to their data-point.
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.