Performance: accessing handle properties
Handle object property access (get/set) performance can be significantly improved using dot-notation.
Handle object property access (get/set) performance can be significantly improved using dot-notation.
Matlab's fprintf command has an undocumented hack to display orange-colored text.
Matlab includes some numerical gotchas that we should be careful to avoid...
Matlab's standard plot data-tips can be customized to enable dragging, without being limitted to be adjacent to their data-point.
Matlab listboxes and editboxes can be used to display rich-contents HTML-formatted strings, which is ideal for log panels.
There are multiple ways to retrieve meta-info about functions in Matlab.
The clear function has some non-trivial effects on Matlab performance.
Matlab contains multiple libraries for handling sparse data. These can report very detailed internal info.
Matlab exposes undocumented info about its internal math libraries; these libraries can be upgraded manually.
A couple of undocumented Matlab bugs have simple workarounds.