From: <HIDDEN>
Path: news.mathworks.com!newsfeed-00.mathworks.com!webcrossing
Newsgroups: comp.soft-sys.matlab
Subject: Re: grade function
Message-ID: <ef55232.13@webcrossing.raydaftYaTP>
Date: Wed, 9 May 2007 15:11:27 -0400
References: <ef55232.5@webcrossing.raydaftYaTP> <ef55232.7@webcrossing.raydaftYaTP> <ef55232.8@webcrossing.raydaftYaTP> <ef55232.9@webcrossing.raydaftYaTP> <ef55232.10@webcrossing.raydaftYaTP>
Lines: 10
NNTP-Posting-Host: 134.109.4.37
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
Xref: news.mathworks.com comp.soft-sys.matlab:407982



Marko wrote:
> Can somebody explain me this line in the grade.m function?
>
> if tb(f) && board(f(2),f(1))>0 % valid pick
>
> why isn't board(f(1),f(2)) checked? Do I have to read the contest
> rules more carefully?

I have also big problems with the grade function.
Jan