Just Matlab Create N random variables X1 Xn each with L samp
Just Matlab
Create N random variables (X_1,..., X_n) each with L samples. These should be independent and identically distributed. Generate S_n, which will be the sum of these random variables.Solution
Following are the steps:
1. First, generate random variables using the rand function by the use of MATLLAB.
2. Find their distributions using the histogram function.
3. Create a new Array Plot object.
4. Configure the properties of the Array Plot object to plot a histogram.
5. Call the step method to plot the random distribution.
6. Change the configuration of the Array Plot properties for the display of a distribution function. [release(hap3)]
7. Call the step method repeatedly to plot the uniform/random distribution.
8. When the simulation has finished, the Array Plot figure displays a bell curve, indicating a distribution that is close to normal.
