10th
tip: matlab
use java.util.Hashtable for a hashtable http://tinyurl.com/d5rwv6
use java.util.Hashtable for a hashtable http://tinyurl.com/d5rwv6
use spdiags to row-wise (or column-wise) normalize a sparse matrix http://bit.ly/v4xbm (via @ssuri)
use the datetick function to get date formatted tick labels. useful with rotation. http://bit.ly/I1c0 http://bit.ly/1FnSNe
inputname(n) will give the variable name of the n-th function input
to use a variable to define a structure field to be accessed, use parens, e.g. mystruct.(varname)
the savepath (or pathtool) utilities alter $MATLABROOT/toolbox/local/pathdef.m
use startup.m and finish.m in ~/.matlab/