Callback functions performance Using anonymous functions in Matlab callbacks can be very painful for performance. Today's article explains how this can be avoided. September 9, 2015 12 Comments Read More »
Internal Matlab memory optimizations Copy-on-write and in-place data manipulations are very useful Matlab performance improvement techniques. May 30, 2012 7 Comments Read More »
Array resizing performance Several alternatives are explored for dynamic array growth performance in Matlab loops. May 23, 2012 7 Comments Read More »
Preallocation performance Preallocation is a standard Matlab speedup technique. Still, it has several undocumented aspects. May 16, 2012 30 Comments Read More »