% mm2711.m [X,Y,Z] = peaks(30); surf(X,Y,Z) % same plot as above grid on xlabel('X-axis'), ylabel('Y-axis'), zlabel('Z-axis') shading interp title('Figure 27.11: Surface Plot with Interpolated Shading')