Graphic sizing in Matlab R2015b
Matlab release R2015b's new "DPI-aware" nature broke some important functionality. Here's what can be done...
Matlab release R2015b's new "DPI-aware" nature broke some important functionality. Here's what can be done...
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.
It is easy and very useful to attach dynamic properties to Matlab graphics objects in run-time.
Using anonymous functions in Matlab callbacks can be very painful for performance. Today's article explains how this can be avoided.
linkaxes has a built-in limitation, so using linkprop may sometimes be beneficial.
Matlab print events can be trapped by users to enable easy printout customization.
Matlab can be made to run much faster using some simple optimization techniques.