The Gaussian distribution also known as the Normal distribution, is given by the following
equation:
š¦(š„) = šš„š ā(š„āš)^2/2š^2
where parameter š is the mean and š the standard deviation.
(i) Write a MATLAB code to create a 1000 point Gaussian distribution of random numbers
having š = 0 and š = 1. (20)
(ii) Plot this distribution. (10)