mvnrnd [statistics]
s = mvnrnd (mu, Sigma)
Draw n random d-dimensional vectors from a multivariate Gaussian distribution
with mean mu(nxd) and covariance matrix Sigma(dxd).

s = mvnrnd (mu, Sigma, n)
Draw n vectors from distributions with the same mean mu(1xd).