Auto-scale image colors
Images can be automatically color-scaled for maximum resolution, using the undocumented MarkedClean event.
Images can be automatically color-scaled for maximum resolution, using the undocumented MarkedClean event.
Matlab zoom, pan and rotate3d modes hijack the user's figure callbacks, but this can be overridden.
linkaxes has a built-in limitation, so using linkprop may sometimes be beneficial.
Matlab's new HG2 graphics engine includes many new undocumented events that could be used in various ways.
Matlab's standard menu items can and should be removed from deployed docked figures. This article explains how.
Matlab plot axes ticks can be customized in a way that will automatically update whenever the tick values change.
UDD provides built-in convenience methods to facilitate the integration of Matlab UDD objects with Java code - this article explains how
UDD event listeners can be used to listen to property value changes and other important events of Matlab 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