Tag Archives: uitools

20 relevant articles found:

Customizing uitree nodes – part 1

This article describes how to customize specific nodes of Matlab GUI tree controls created using the undocumented uitree function

21 Comments

Customizing uitree

This article describes how to customize Matlab GUI tree controls created using the undocumented uitree function

43 Comments

uitree

This article describes the undocumented Matlab uitree function, which displays data in a GUI tree component

78 Comments

Tab panels – uitab and relatives

This article describes several undocumented Matlab functions that support tab-panels

116 Comments

Customizing uiundo

This article describes how Matlab’s undocumented uiundo undo/redo manager can be customized

9 Comments

uiundo – Matlab’s undocumented undo/redo manager

The built-in uiundo function provides easy yet undocumented access to Matlab’s powerful undo/redo functionality. This article explains its usage.

2 Comments

Undocumented mouse pointer functions

Matlab contains several well-documented functions and properties for the mouse pointer. However, some very-useful functions have remained undocumented and unsupported. This post details their usage.

33 Comments

Figure toolbar components

Matlab’s toolbars can be customized using a combination of undocumented Matlab and Java hacks. This article describes how to access existing toolbar icons and how to add non-button toolbar components.

48 Comments

Context-Sensitive Help

Matlab has a hidden/unsupported built-in mechanism for easy implementation of context-sensitive help

10 Comments

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.

32 Comments