From: <Saved by Windows Internet Explorer 7>
Subject: 
Date: Tue, 11 Dec 2007 15:47:21 -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/opt_bin_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>% EE263 2001 Final.
% File creates the matrix A, which has dimensions NxN.


N=5;                        % Set dimensions of A
Vmax=3;                     % Set max noise amplitude
% Generate matrix A

A=[2 4 5 4 5
    0 5 7 7 1
    7 8 0 6 7 
    7 0 4 9 4
    9 1 1 8 7];


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