Customizing axes part 2
Matlab HG2 axes can be customized in many different ways. This article explains some of the undocumented aspects.
Matlab HG2 axes can be customized in many different ways. This article explains some of the undocumented aspects.
HG2 axes can be customized in numerous useful ways. This article explains how to customize the rulers.
HG handle property changes can be trapped in a user-defined callback.
Matlab bar charts can be customized in various nifty ways.
Matlab uipanels can be made transparent, for very useful effects.
Matlab uicontextmenus are not automatically deleted with their associated objects, leading to leaks and slow-downs.
Matlab does not provide a documented manner to serialize data into a byte stream, but we can do this with some undocumented functionality.
Handle object property access (get/set) performance can be significantly improved using dot-notation.
Matlab's standard plot data-tips can be customized to enable dragging, without being limitted to be adjacent to their data-point.
Undocumented features of Matlab editbox uicontrols enable immediate user-input data validation