Function Reference
— Function File: normrnd (m, s, r, c)
— Function File: normrnd (m, s, sz)

Return an r by c or size (sz) matrix of random samples from the normal distribution with parameters mean m and standard deviation s. Both m and s must be scalar or of size r by c.

If r and c are omitted, the size of the result matrix is the common size of m and s.