From: <Saved by Windows Internet Explorer 7>
Subject: 
Date: Tue, 11 Dec 2007 15:47:51 -0800
MIME-Version: 1.0
Content-Type: text/html;
	charset="Windows-1252"
Content-Transfer-Encoding: 7bit
Content-Location: http://www.stanford.edu/class/ee263/matlab/simplefitdata.m
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 6.00.6000.16544" name=GENERATOR></HEAD>
<BODY><PRE>N = 40;

x =[...
    0.0197;
    0.0305;
    0.0370;
    0.1158;
    0.2778;
    0.3525;
    0.3974;
    0.3976;
    0.4053;
    0.4055;
    0.4623;
    0.5444;
    0.7057;
    0.8114;
    0.8205;
    0.8373;
    0.8894;
    0.8902;
    0.9129;
    0.9320;
    0.9720;
    1.0503;
    1.2076;
    1.2137;
    1.2309;
    1.3443;
    1.4764;
    1.4936;
    1.5242;
    1.5839;
    1.6263;
    1.6428;
    1.6924;
    1.7826;
    1.7873;
    1.8338;
    1.8436;
    1.8636;
    1.8709;
    1.9003];

y =[...
   -0.0339;
   -0.1022;
   -0.0165;
   -0.0532;
   -0.2022;
   -0.1149;
   -0.1310;
   -0.1924;
   -0.1768;
   -0.1845;
   -0.2210;
   -0.1994;
   -0.3058;
   -0.1916;
   -0.3097;
   -0.3011;
   -0.2657;
   -0.3162;
   -0.3295;
   -0.3710;
   -0.3247;
   -0.4274;
   -0.3756;
   -0.3323;
   -0.4545;
   -0.4242;
   -0.4710;
   -0.6230;
   -0.6332;
   -0.5694;
   -0.6458;
   -0.6025;
   -0.6313;
   -0.7051;
   -0.6799;
   -0.7489;
   -0.7310;
   -0.8675;
   -0.8146;
   -0.8469];
</PRE></BODY></HTML>
