From: "Windy Miller" <simon.delaney@thalesgroup.com>
Path: news.mathworks.com!newsfeed-00.mathworks.com!webcrossing
Newsgroups: comp.soft-sys.matlab
Subject: runcontest
Message-ID: <ef55232.5@webcrossing.raydaftYaTP>
Date: Wed, 9 May 2007 13:08:13 -0400
References: <ef55232.-1@webcrossing.raydaftYaTP> <ef55232.0@webcrossing.raydaftYaTP> <ef55232.2@webcrossing.raydaftYaTP> <ef55232.3@webcrossing.raydaftYaTP>
Lines: 28
NNTP-Posting-Host: 192.54.144.229
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
Xref: news.mathworks.com comp.soft-sys.matlab:407942



I'm just trying to run "runcontest", to see what the basic unmodified
solver does to the testsuite. I have a choice of error messages...

>> runcontest
??? Too many inputs.

Error in ==> runcontest at 18
    solutions = cellfun(@solver,boards,'UniformOutput',false);

>> runcontest(true)
??? Function name must be a string.

Error in ==> solitaireGUI>drawGUI at 184
  ht = cellfun(@(f,p) uicontrol('Sty','Tex','Fore',f,'Back',[1 1
.83],...

Error in ==> solitaireGUI at 69
[hf,ha,sh,ht,hl] = drawGUI; printStats

Error in ==> runcontest at 27
       
solitaireGUI(testsuite(i).board,solution,min(1,5/size(solution,1)))

>>

(MATLAB version 7.0.1)

Any ideas?