4 would be the mean and 7 would be the standard deviation
>> t = random('norm',4,7,100000,1);
>> mean(t)
ans =
3.99442010154698
>> std(t)
ans =
6.97807359086561
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!