Customizing uitree nodes – part 2
This article shows how Matlab GUI tree nodes can be customized with checkboxes and similar controls
This article shows how Matlab GUI tree nodes can be customized with checkboxes and similar controls
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.
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
System-tray icons and messages can be programmatically set and controlled from within Matlab, using new functionality available since R2007b.
System-tray icons can be programmatically set and controlled from within Matlab, using new functionality available since R2007b.