2.Using MATLAB,generate a 100x100 matrix of random numbers from a uniform
distribution between [0 to 1]. For each value inside the matrix,if the value is greater or equal to 0.5, change its value to 1. If it is below 0.5, change its value to zero. Then, count and display the number of ones inside the matrix.