How can I generate a random number in MATLAB between 13 and 20?
r = 13 + 7.*rand(100,1);
Where 100,1 is the size of the desidered vector