Button customization 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 April 24, 2009 33 Comments Read More »
Spy Easter egg The built-in Matlab function spy has an undocumented feature (Easter egg) when it is called with no input arguments. April 11, 2009 4 Comments Read More »
ismembc – undocumented helper function Matlab has several undocumented internal helper functions that can be useful on their own in some cases. This post presents the ismembc function. April 8, 2009 14 Comments Read More »
Undocumented profiler options The Matlab profiler has some undocumented options that facilitate debugging memory bottlenecks and JIT (Just-In-Time Java compilation) problems. April 2, 2009 23 Comments Read More »