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
Matlab's built-in tic/toc functions have an undocumented option enabling multiple nested clockings
cprintf is a utility that utilized undocumented Matlab desktop functionalities to display color and underline-styled formatted text in the Command Window
Matlab's built-in cellfun function has an undocumented option to significantly improve performance in some cases.
The Matlab Command Window enables a limited degree of inline color customization - this post describes how to use it
I present two ways of checking undocumented hidden properties in Matlab Handle Graphics (HG) handles
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
The built-in Matlab function spy has an undocumented feature (Easter egg) when it is called with no input arguments.
Matlab has several undocumented internal helper functions that can be useful on their own in some cases. This post presents the ismembc function.
