From: "Mike Bindschadler" <mikebind@Googles.Mail.Domain>
Path: news.mathworks.com!newsfeed-00.mathworks.com!webcrossing
Newsgroups: comp.soft-sys.matlab
Subject: solitaireGUI
Message-ID: <ef55232.2@webcrossing.raydaftYaTP>
Date: Wed, 9 May 2007 12:53:37 -0400
References: <ef55232.-1@webcrossing.raydaftYaTP> <ef55232.0@webcrossing.raydaftYaTP>
Lines: 17
NNTP-Posting-Host: 71.35.175.173
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
Xref: news.mathworks.com comp.soft-sys.matlab:407937



The contest problem looks pretty interesting, thanks for setting it
up!

I tried to run the solitaireGUI.m function which came with zipped
contest files, and got an error message as follows:
 
Warning: Divide by zero.
> In solitaireGUI at 63
??? Undefined command/function 'bsxfun'.

Error in ==> solitaireGUI>drawGUI at 200
  c = c(:,~(sum(bsxfun(mf,1:size(c,2),(1:size(c,2))'))>1))';

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

I'm running MATLAB 7.1 student edition.