FIG files format
FIG files are actually MAT files in disguise. This article explains how this can be useful in Matlab applications.
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
Events raised in Java code can be caught and handled in Matlab callback functions - this article explains how
Matlab's Workspace table context-menu can be configured with user-defined actions - this article explains how.
Java components added to Matlab GUIs do not participate in the standard focus cycle - this article explains how to fix this problem.
Plot data brushing can be accessed programmatically using very simple pure-Matlab code
Windows DDE is an unsupported and undocumented feature of Matlab, that can be used to improve the work-flow in the Windows environment
The JIDE package, pre-bundled in Matlab, contains several GUI controls for selecting dates - this article explains how they can be used
Undocumented inner plot mechanisms can significantly improve plotting performance
The default Matlab figure toolbar and menu actions can easily be modified using simple pure-Matlab code. This article explains how.