Possible Duplicate:
how to create normal distribution by using matlab
generate a random matrix consists of 100 rows and 100 columns that are normally distributed with mean 0 and standard deviation 25. I did the random matrix mat=rand(100,100) but then I dont know about normal distributed with mean 0 and standard deviation.
The next part is what is the probability of a given number in this matrix greeter than 25. As far as I understand, the number of probability should be the same everytime I run the script. Can I use randi?