MATLAB: How to compute a gaussian random noise with Matlab R2010a

gaussian

How to compute a gaussian random noise with Matlab R2010a ? I saw "normrnd" for Matlab 2013 but it des not exist in Matlab 2010. Another solution?

Best Answer

If you mean generate random numbers in a gaussian distribution, whats wrong with randn()?
Related Question