% % Colors in the figures in the text % were incorporatd using the figure % edit commands in the fifure window % tool bar. % [x y] = meshgrid(0:5, 0:5); z = x.^2 - y.^2; mesh(z),grid off