Generate random variate for normal distribution mean =10, variance = 4 use r1 = 0.2758 and r2= 0.3489 (r1 and r2 are two independent random numbers)
Answers
Answered by
0
Syntax
r = normrnd(mu,sigma)
r = normrnd(mu,sigma,sz1,...,szN)
r = normrnd(mu,sigma,[sz1,...,szN])
Description
example
r = normrnd(mu,sigma) generates a random number from the normal distribution with mean parameter mu and standard deviation parameter sigma.
Similar questions