The document contains MATLAB code that generates various 3D surface and contour plots by defining x-y grids, calculating z-values as functions of x and y, and using functions like mesh, surf, contour3 to plot and visualize the surfaces. Different functions are used like mesh, meshc, surf, contour3 to plot the same surfaces in different visual styles. The z-values are defined as exponential, quadratic or trigonometric functions of x and y.