Use Matlab to explore the validity of the central limit theorem, as follows. Use the Matlab function rand to generate $N$ uniformly distributed random numbers $m_i, i=1,2, \ldots, N, 0 \leq m_i \leq 1$, and then find the average $x_N=\frac{1}{N} \sum_{j=1}^N m_j$. Collect many samples of $x_N$ and plot the distribution (the normalized histogram) and compare it to the appropriate normal distribution as predicted by the central limit theorem.