Disabling menu entries in deployed docked figures
Matlab's standard menu items can and should be removed from deployed docked figures. This article explains how.
Matlab's standard menu items can and should be removed from deployed docked figures. This article explains how.
Matlab menus can be customized in a variety of undocumented manners - first article of a series.
Figures in compiled applications cannot officially be docked since R2008a, but this can be done using a simple undocumented trick.
Matlab figure windows can easily be maximized, minimized and restored using a bit of undocumented magic powder
Matlab figure windows can be blurred using a semi-transparent overlaid window - this article explains how
Matlab figure windows can be made fully or partially transparent/translucent or blurred - this article explains how
Disabling/enabling an entire figure window is impossible with pure Matlab, but is very simple using the underlying Java. This article explains how.
FIG files are actually MAT files in disguise. This article explains how this can be useful in Matlab applications.
Matlab's undocumented uisplittool and uitogglesplittool are powerful toolbar controls - this article explains how to customize their behavior
Matlab's undocumented uisplittool and uitogglesplittool are powerful controls that can easily be added to Matlab toolbars - this article explains how