Continuous slider callback
Matlab slider uicontrols do not enable a continuous-motion callback by default. This article explains how this can be achieved using undocumented features.
Matlab slider uicontrols do not enable a continuous-motion callback by default. This article explains how this can be achieved using undocumented features.
Matlab listbox and multi-line editbox uicontrols have pre-configured scrollbars. This article shows how they can be customized.
The Matlab editbox uicontrol does not handle HTML contents as do other uicontrols. In this article I show how this limitation can be removed.
The FindJObj utility can be used to present a GUI that displays a Matlab container's internal Java components, properties and callbacks.
The FindJObj utility can be used to access and display the internal components of Matlab controls and containers. This article explains its uses and inner mechanism.
Simple HTML can be presented in a Java component integrated in Matlab GUI, without requiring the heavy browser control.
Matlab's text uicontrol is not very customizable, and does not support HTML or Tex formatting. This article shows how to display HTML labels in Matlab and some undocumented customizations
The Matlab Editor can be accessed programmatically, for a wide variety of possible uses - this article shows how.
Matlab does not have any documented method to detect window focus events (gain/loss). This article describes an undocumented way to detect such events.
Matlab's toolbars can be customized using a combination of undocumented Matlab and Java hacks. This article describes how to customize the Matlab figure toolbar.