Minimize/maximize figure window
Matlab figure windows can easily be maximized, minimized and restored using a bit of undocumented magic powder
Matlab figure windows can easily be maximized, minimized and restored using a bit of undocumented magic powder
UDD provides a very convenient way to add customizable properties to existing Matlab object handles
This article explains how to use undocumented axes listeners for implementing multi-column plot legends
Matlab's uipanel contains a hidden handle to the title label, which can be modified into a checkbox or radio-button control
Undocumented inner plot mechanisms can significantly improve plotting performance
HG2 is presumably the next generation of Matlab graphics. This article tries to explore its features.
The plot objects' XLimInclude, YLimInclude, ZLimInclude, ALimInclude and CLimInclude properties are an important feature, that has both functional and performance implications.
Matlab plot axes have an undocumented LooseInset property that sets empty margins around the axes, and can be set to provide a tighter fit of the axes to their surroundings.
LineSmoothing is a hidden and undocumented plot line property that creates anti-aliased (smooth unpixelized) lines in Matlab plots
Matlab's Image Processing Toolbox's impoint function contains an annoying bug that can be fixed using some undocumented properties.