December 2008
7 posts
sometimes i dream of deadlines and thinking inside the box.
omfg
how bad can bad matlab code get?
three for loops instead of optimizing on matlab’s vectorized indexing
not understanding the function application ordering of :
adding unnecessary dimensions to vectors, which are then never used
using empty if statements to iterate through for loop
assigning junk padding to parts of array, assuming user will know which parts are not junk
...