This image was created in Matlab with the following commands:


load mydata.dat
surfl(mydata), shading interp, colormap(bone);
hold on;
contour3(mydata);
view(90,15);

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