MATLAB: Generate sample from a normal distribution

MATLAB

Hi, I want to generate N=10 samples from a normal distribution with, mu = [1,1] and sigma = [2,-1;-1,1] in matlab?
Thanks

Best Answer

doc mvnrnd
Related Question