Solving a Matlab MCOS bug
Matlab has a bug with handling multi-element class-access constructs. This post explains the problem and solution.
Matlab has a bug with handling multi-element class-access constructs. This post explains the problem and solution.
Using anonymous functions in Matlab callbacks can be very painful for performance. Today's article explains how this can be avoided.
Java inner classes and enumerations can be used in Matlab with a bit of tweaking.
linkaxes has a built-in limitation, so using linkprop may sometimes be beneficial.
Tim Smith is responsible for many of Matlab's new designs
JGraph is a powerful open-source Java library that can easily be integrated in Matlab figures.
Matlab can be made to run much faster using some simple optimization techniques.
We can set semi- and fully-transparent colors in HG2 for multiple graphic objects, but making these settings stick is non-trivial.
the behavior of Matlab's copyobj function changed in R2014b (HG2), and callbacks are no longer copied.