Monthly Archives: May 2009

7 relevant articles found:

Spicing up Matlab uicontrol tooltips

Matlab uicontrol tooltips can be spiced-up using HTML and CSS, including fonts, colors, tables and images

Categories: GUI, Low risk of breaking in future versions, UI controls, Undocumented feature
Tags: , , , , ,
20 Comments

tic / toc – undocumented option

Matlab’s built-in tic/toc functions have an undocumented option enabling multiple nested clockings

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

cprintf – display formatted color text in the Command Window

cprintf is a utility that utilized undocumented Matlab desktop functionalities to display color and underline-styled formatted text in the Command Window

Categories: Desktop, Hidden property, Java, Medium risk of breaking in future versions, Undocumented feature
Tags: ,
55 Comments

cellfun – undocumented performance boost

Matlab’s built-in cellfun function has an undocumented option to significantly improve performance in some cases.

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

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

Categories: Desktop, Low risk of breaking in future versions
Tags:
9 Comments

Displaying hidden handle properties

I present two ways of checking undocumented hidden properties in Matlab Handle Graphics (HG) handles

Categories: Hidden property, High risk of breaking in future versions
Tags: , , , , ,
14 Comments

Uicontrol callbacks

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

Categories: GUI, Java, Low risk of breaking in future versions, UI controls
Tags: , , , , ,
67 Comments