This image was created in Matlab with the following commands:


load sine.dat;
plot(sine(:,1), sine(:,2)), xlabel('x-axis'), ylabel('y-axis'),
        title('Simple Sine Curve');


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