MATLAB: How to generate 1000 independent zero-mean, unit variance Gaussian random noise with zero mean. Compare a histogram of the observed values with the pdf of a zero-mean unit variance random variable.

gaussianhistMATLABrandzero mean

I moved from Scilab and my task requires me to use Matlab, I'm dumbfound. Any help appreciated.

Best Answer

  1. doc randn
  2. doc hist
  3. doc pdf