Monthly Archives: May 2012

5 relevant articles found:

Internal Matlab memory optimizations

Copy-on-write and in-place data manipulations are very useful Matlab performance improvement techniques.

Categories: Low risk of breaking in future versions, Memory, Stock Matlab function
Tags: , , ,
7 Comments

Array resizing performance

Several alternatives are explored for dynamic array growth performance in Matlab loops.

Categories: Low risk of breaking in future versions, Memory, Stock Matlab function, Undocumented feature
Tags: , , , ,
7 Comments

Preallocation performance

Preallocation is a standard Matlab speedup technique. Still, it has several undocumented aspects.

Categories: Low risk of breaking in future versions, Memory, Stock Matlab function, Undocumented feature
Tags: , , , ,
30 Comments

Customizing menu items part 3

Matlab menu items can easily display custom icons, using just a tiny bit of Java magic powder.

Categories: GUI, Icons, Java, Medium risk of breaking in future versions, Undocumented feature
Tags: , , , , ,
39 Comments

Customizing menu items part 2

Matlab menu items can be customized in a variety of useful ways using their underlying Java object.

Categories: GUI, Java, Medium risk of breaking in future versions, Undocumented feature
Tags: , , , , ,
14 Comments