Adding dynamic properties to graphic handles
It is easy and very useful to attach dynamic properties to Matlab graphics objects in run-time.
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.
Matlab may hang when using passive FTP commands such as mput and dir. A simple workaround is available to fix this.
Java inner classes and enumerations can be used in Matlab with a bit of tweaking.
Several hacks that facilitate using the static Java classpath in Matlab are explained.
linkaxes has a built-in limitation, so using linkprop may sometimes be beneficial.
Tim Smith is responsible for many of Matlab's new designs
Matlab print events can be trapped by users to enable easy printout customization.
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.