% % Colors in the figures in the text % were incorporatd using the figure % edit commands in the fifure window % tool bar. % x = 0:0.1:1.5; subplot(2,2,1) area(x', [x.^2' ... exp(x)' exp(x.^2)'])