MATLAB: Random fun.

random

hi, is there way to chose one no. from two numbers randomly for ex. 2,3 i.e each time chose 2 or 3 randomly

Best Answer

round(rand+2);