From: Lucio <lcetto@mathworks.com>
Path: news.mathworks.com!newsfeed-00.mathworks.com!webcrossing
Newsgroups: comp.soft-sys.matlab
Subject: Re: runcontest
Message-ID: <ef55232.6@webcrossing.raydaftYaTP>
Date: Wed, 9 May 2007 13:17:53 -0400
References: <ef55232.-1@webcrossing.raydaftYaTP> <ef55232.0@webcrossing.raydaftYaTP> <ef55232.2@webcrossing.raydaftYaTP> <ef55232.3@webcrossing.raydaftYaTP> <ef55232.5@webcrossing.raydaftYaTP>
Lines: 38
NNTP-Posting-Host: 144.212.4.9
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
Xref: news.mathworks.com comp.soft-sys.matlab:407943



This may also be due to the fact that we used 7.4.0 to create the
GUI, we will provide a backwards compatible version soon. Please bare
with us.

Lucio

 Windy Miller wrote:
>
>
> 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?