Draggable plot data-tips
Matlab's standard plot data-tips can be customized to enable dragging, without being limitted to be adjacent to their data-point.
Matlab's standard plot data-tips can be customized to enable dragging, without being limitted to be adjacent to their data-point.
HG2 appears to be nearing release. It is now a stable mature system.
HG behaviors are an important aspect of Matlab graphics that enable custom control of handle functionality.
Matlab has documented how to modify default property values, but not how to get the full list of current defaults. This article explains how to do this.
uiinspect is a Matlab utility that displays detailed information about an object's methods, properties and callbacks in a single GUI window.
The information of whether or not an axes is zoomed or panned can easily be inferred from an internal undocumented object.
getundoc is a very simple utility that displays the hidden (undocumented) properties of a specified handle object.
Data-tips are an extremely useful plotting tool that can easily be controlled programmatically.
Matlab's uitables can be sortable using simple undocumented features
Matlab figure windows can easily be maximized, minimized and restored using a bit of undocumented magic powder