Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Fall 2009 MATLAB Contest, November 4th-11th
Date: Wed, 4 Nov 2009 20:01:05 +0000 (UTC)
Organization: PatientsLikeMe
Lines: 12
Message-ID: <hcsmi1$sc5$1@fred.mathworks.com>
References: <hcmvti$4je$1@fred.mathworks.com> <hcsdku$7vg$1@fred.mathworks.com> <hcshmq$n7a$1@fred.mathworks.com> <hcsm13$omg$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1257364865 29061 172.30.248.38 (4 Nov 2009 20:01:05 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 4 Nov 2009 20:01:05 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1841757
Xref: news.mathworks.com comp.soft-sys.matlab:582508


"mavs favs" <devroymato@gmail.com> wrote in message <hcsm13$omg$1@fred.mathworks.com>...
> The A matrix is always 4x4 or it may change?
> 
> favs

No, it will vary.  You can type

>> load testsuite.mat

to see a list of the boards and goals in the test suite.  They are stored as fields in the struct array "testsuite".

the cyclist