Monthly Archives: April 2009

4 relevant articles found:

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 that are impossible using pure Matlab.

Categories: GUI, High risk of breaking in future versions, Icons, Java, UI controls
Tags: , , ,
30 Comments

Spy Easter egg

The built-in Matlab function spy has an undocumented feature (Easter egg) when it is called with no input arguments.

Categories: Low risk of breaking in future versions, Stock Matlab function, Undocumented feature
Tags: , , ,
4 Comments

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.

Categories: Medium risk of breaking in future versions, Stock Matlab function, Undocumented function
Tags: , , , ,
14 Comments

Undocumented profiler options

The Matlab profiler has some undocumented options that facilitate debugging memory bottlenecks and JIT (Just-In-Time Java compilation) problems.

Categories: Desktop, Medium risk of breaking in future versions, Memory, Stock Matlab function
Tags: , , , ,
23 Comments