Handle Graphics Behavior
HG behaviors are an important aspect of Matlab graphics that enable custom control of handle functionality.
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.
Some Matlab usage examples for the open-source Waterloo graphics package.
Waterloo is an open-source library that can significantly improve Matlab GUI.
Matlab's scatter plot can automatically jitter data to enable better visualization of distribution density.
Matlab plot axes ticks can be customized in a way that will automatically update whenever the tick values change.
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 internal hgconvertunits function has a bug that affects timeseries plots. Luckily there is a simple workaround.