Convolution performance
Matlab's internal implementation of convolution can often be sped up significantly using the Convolution Theorem.
Matlab's internal implementation of convolution can often be sped up significantly using the Convolution Theorem.
Matlab release R2015b's new "DPI-aware" nature broke some important functionality. Here's what can be done...
Non-standard shortcut controls and customizations can easily be added to the Matlab desktop.
Matlab Desktop shortcuts can be programmatically accessed and customized.
Matlab has a bug with handling multi-element class-access constructs. This post explains the problem and solution.
Contour labels, lines and fill patches can easily be customized in Matlab HG2.
The figure's CurrentModifier property provides a simple and consistent way to retrieve keypress modifiers: alt-, control- and shift-clicks.
Matlab zoom, pan and rotate3d modes hijack the user's figure callbacks, but this can be overridden.
Several built-in components enable programmatic font selection in Matlab GUI - this article explains how.