Changing Matlab's Command Window colors – part 2
The Matlab Command Window enables a limited degree of inline color customization - this post describes how to use it
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.
uitree is an undocumented Matlab function, which does not easily enable setting a context-menu. Here's how to do it.