How can I generate a zero mean 2 by 1 Gaussian vector with covariance Identity matrix?
Hi! You can use randn(2).
randn(2)