Customizing the standard figure toolbar, menubar
The standard figure toolbar and menubar can easily be modified to include a list of recently-used files.
The standard figure toolbar and menubar can easily be modified to include a list of recently-used files.
Matlab's standard menu items can and should be removed from deployed docked figures. This article explains how.
Matlab menu items can easily display custom icons, using just a tiny bit of Java magic powder.
Matlab menu items can be customized in a variety of useful ways using their underlying Java object.
Matlab menus can be customized in a variety of undocumented manners - first article of a series.
This article explains how we can use a couple of undocumented functions in Matlab GUI, and what we can learn from this about Matlab's future.
Plot data brushing can be accessed programmatically using very simple pure-Matlab code
The default Matlab figure toolbar and menu actions can easily be modified using simple pure-Matlab code. This article explains how.
This article describes how Matlab's undocumented uiundo undo/redo manager can be customized