Spicing up Matlab uicontrol tooltips
Matlab uicontrol tooltips can be spiced-up using HTML and CSS, including fonts, colors, tables and images
Matlab uicontrol tooltips can be spiced-up using HTML and CSS, including fonts, colors, tables and images
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
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.
Matlab uicomponents support HTML and CSS, enabling colored items, superscript/subscript, fonts, bold/italic/underline and many other modifications