Write a function, MatrixAddition, for adding two two-dimensional matrices.
Do a function call to MatrixAddition with two arrays. Then simulate the class with the function call and plot the result.
We simulate the MatrixAdditionCall and then plot to see the result.