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 »
Customizing menu items part 3 Matlab menu items can easily display custom icons, using just a tiny bit of Java magic powder. May 9, 2012 39 Comments Read More »
Customizing menu items part 2 Matlab menu items can be customized in a variety of useful ways using their underlying Java object. May 2, 2012 14 Comments Read More »