This image was created in Matlab with the following commands:


subplot(2,2,1), plot(x,y2), title('Exp(x)'), grid;
subplot(2,2,2), loglog(x,y2), title('log(Exp(x)) vs log(x)'), grid;
subplot(2,2,3), semilogx(x,y2), title('Exp(x) vs log(x)'), grid;
subplot(2,2,4), semilogy(x,y2), title('log(Exp(x) vs x'), grid;

Copyright © 1996, 1997, 1998 Anu Rao
http://math.arizona.edu/~swig/documentation/matlab-intro/plots/matlab3.php
Last modified: Fri, 14 Dec 2007 15:50:52 -0700
E-mail: swig@math.arizona.edu
Valid XHTML 1.0! Valid CSS!