Category Archives: Desktop

Setting status-bar text

The Matlab desktop and figure windows have a usable statusbar which can only be set using undocumented methods. This post shows how to set the status-bar text.

Categories: Desktop, Figure window, GUI, Java, Medium risk of breaking in future versions
Tags: , , , , ,
12 Comments

Non-textual editor actions

The UIINSPECT utility can be used to expand EditorMacro capabilities to non-text-insertion actions. This is how:

Categories: Desktop, High risk of breaking in future versions, Java
Tags: , , , ,
4 Comments

EditorMacro – assign a keyboard macro in the Matlab editor

EditorMacro is a new utility that enables setting keyboard macros in the Matlab editor. this post details its inner workings.

Categories: Desktop, Hidden property, High risk of breaking in future versions, Java, UI controls
Tags: , , ,
12 Comments

Setting the Matlab desktop layout programmatically

The Matlab desktop enables saving and switching layouts using the main menu. This post shows how to do so programmatically.

Categories: Desktop, High risk of breaking in future versions, Java
Tags: ,
1 Comment

Changing system preferences programmatically

Matlab user/system preferences can be changed programmatically, from within your Matlab application or from the Matlab desktop command prompt. This post details how.

Categories: Desktop, High risk of breaking in future versions, Java
Tags: ,
7 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: ,
27 Comments