Tag Archives: UIInspect

12 relevant articles found:

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

67 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