From: <Saved by Windows Internet Explorer 7>
Subject: 
Date: Tue, 11 Dec 2007 15:48:14 -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/temp_prof_data.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>clear all; close all

n=100; 
k=[1:n]';
c=ones(n,1);
b=ones(n-1,1);
a=cos(k/5)+1;
tdes=1;
Tdes=cos(k/13);
Tmax=2.5;

</PRE></BODY></HTML>
