Uicontrol callbacks
This post details undocumented callbacks exposed by the underlying Java object of Matlab uicontrols, that can be used to modify the control's behavior in a multitude of different events
This post details undocumented callbacks exposed by the underlying Java object of Matlab uicontrols, that can be used to modify the control's behavior in a multitude of different events
Matlab's button uicontrols (pushbutton and togglebutton) are basically wrappers for a Java Swing JButton object. This post describes how the buttons can be customized using this Java object in ways
System-tray icons and messages can be programmatically set and controlled from within Matlab, using new functionality available since R2007b.
UISplitPane was recently chosen as Matlab Central's Pick of the Week. Here I detail its use of some undocumented Matlab features.
uitree is an undocumented Matlab function, which does not easily enable setting a context-menu. Here's how to do it.
Matlab uicontrols have many useful features that are only available via Java. Here's how to access them.
System-tray icons can be programmatically set and controlled from within Matlab, using new functionality available since R2007b.
Matlab's Command Window foreground and background colors can be modified programmatically, using some of Matlab's undocumented internal Java classes. Here's how.