cellfun – undocumented performance boost
Matlab's built-in cellfun function has an undocumented option to significantly improve performance in some cases.
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.
The Matlab profiler has some undocumented options that facilitate debugging memory bottlenecks and JIT (Just-In-Time Java compilation) problems.
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.
