Docking figures in compiled applications
Figures in compiled applications cannot officially be docked since R2008a, but this can be done using a simple undocumented trick.
Figures in compiled applications cannot officially be docked since R2008a, but this can be done using a simple undocumented trick.
The performance of the built-in Matlab function datenum can be significantly improved by using an undocumented internal help function
UDD event listeners can be used to listen to property value changes and other important events of Matlab objects
UDD provides a very convenient way to add customizable properties to existing Matlab object handles
This article explains how to create and test custom UDD packages, classes and objects
UDD classes underlie many of Matlab's handle-graphics objects and functionality. This article introduces these classes.
This article explains how to use undocumented axes listeners for implementing multi-column plot legends
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.
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 controls that can easily be added to Matlab toolbars - this article explains how