Useful Bits of MATLAB

Generating a unique ID (UID):

uid = floor((now – floor(now))*1e8);