Category Archives: Icons

15 relevant articles found:

Customizing uitree nodes – part 2

This article shows how Matlab GUI tree nodes can be customized with checkboxes and similar controls

61 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

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.

30 Comments

Setting system tray popup messages

System-tray icons and messages can be programmatically set and controlled from within Matlab, using new functionality available since R2007b.

21 Comments

Setting system tray icons

System-tray icons can be programmatically set and controlled from within Matlab, using new functionality available since R2007b.

15 Comments