Matlab's HG2 mechanism
HG2 is presumably the next generation of Matlab graphics. This article tries to explore its features.
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
Inactive Matlab uicontrols cannot normally display their tooltips. This article shows how to do this with a combination of undocumented Matlab and Java hacks.
Matlab figures print-setup can be customized to automatically prepare the figure for printing in a specific configuration
Matlab's text uicontrol is not very customizable, and does not support HTML or Tex formatting. This article shows how to display HTML labels in Matlab and some undocumented customizations
This article describes how Matlab's undocumented uiundo undo/redo manager can be customized
Matlab does not have any documented method to detect window focus events (gain/loss). This article describes an undocumented way to detect such events.
Matlab has a hidden/unsupported built-in mechanism for easy implementation of context-sensitive help