How can I generate a random number in MATLAB between 13 and 20?
http://www.mathworks.com/help/techdoc/ref/rand.html
n = 13 + (rand(1) * 7);