Adding dynamic properties to graphic handles
It is easy and very useful to attach dynamic properties to Matlab graphics objects in run-time.
It is easy and very useful to attach dynamic properties to Matlab graphics objects in run-time.
Matlab's dual internal serialization/deserialization functions can be used to create duplicates of any object.
Simulink contains undocumented public API for access to its data dictionary functionality.
There are various ways to display interactive split-panes in Matlab GUI. Uiextras flex-panels override a checkbox control's CData to display a divider.
HG handle property changes can be trapped in a user-defined callback.
Matlab uicontextmenus are not automatically deleted with their associated objects, leading to leaks and slow-downs.
Handle object property access (get/set) performance can be significantly improved using dot-notation.
Matlab's class properties have a simple and effective mechanism for setting their type.
The Matlab Code Analyzer (mlint) has a lot of undocumented functionality just waiting to be used.