Introduction - If you have any usage issues, please Google them yourself
This document is intended to be a compilation of tips and tricks mainly related to
efcient ways of performing low-level array manipulation in MATLAB. Here, manipulation
means replicating and rotating arrays or parts of arrays, inserting, extracting,
permuting and shifting elements, generating combinations and permutations of elements,
run-length encoding and decoding, multiplying and dividing arrays and calculating
distance matrics and so forth. A few other issues regarding how to write fast
MATLAB code are also covered.