<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Color Bridge Contest is now under way</title>
	<atom:link href="http://blogs.mathworks.com/contest/2009/11/04/color-bridge-contest-is-now-underway/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/contest/2009/11/04/color-bridge-contest-is-now-underway/</link>
	<description>The MATLAB Programming Contest is a semi-annual competition where contestants submit MATLAB code to try to solve a challenge.  For more information, see http://www.mathworks.com/contest/overview.html</description>
	<lastBuildDate>Sat, 21 Jan 2012 14:45:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/contest/2009/11/04/color-bridge-contest-is-now-underway/#comment-6537</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Wed, 04 Nov 2009 18:51:17 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/contest/2009/11/04/color-bridge-contest-is-now-underway/#comment-6537</guid>
		<description>Everyone,

Sorry about that.  I wrote the contest code in absolute indexing, and then changed it to match the rules.  I pushed the absolute indexing version accidentally.  My bad.

We just modified the rules to match the contest suite as it is on the File Exchange.  Looks like some of the early entries figured it out and are doing well.  Use ind2sub to convert to row column if you happen to need it.

sorry,
Doug</description>
		<content:encoded><![CDATA[<p>Everyone,</p>
<p>Sorry about that.  I wrote the contest code in absolute indexing, and then changed it to match the rules.  I pushed the absolute indexing version accidentally.  My bad.</p>
<p>We just modified the rules to match the contest suite as it is on the File Exchange.  Looks like some of the early entries figured it out and are doing well.  Use ind2sub to convert to row column if you happen to need it.</p>
<p>sorry,<br />
Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://blogs.mathworks.com/contest/2009/11/04/color-bridge-contest-is-now-underway/#comment-6536</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 04 Nov 2009 18:22:47 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/contest/2009/11/04/color-bridge-contest-is-now-underway/#comment-6536</guid>
		<description>The syntax of the function &#039;solver&#039; as explained in the rules is:
colors = solver(A,[targetRow targetColumn])

while in the distributed functions it is:
colors = solver(A,targetRowAndColumn)
This also fits the &#039;testsuite_sample.mat&#039; is built.

What is the correct one (should we use a linear index of the target or subscripts)? 

Thank you</description>
		<content:encoded><![CDATA[<p>The syntax of the function &#8216;solver&#8217; as explained in the rules is:<br />
colors = solver(A,[targetRow targetColumn])</p>
<p>while in the distributed functions it is:<br />
colors = solver(A,targetRowAndColumn)<br />
This also fits the &#8216;testsuite_sample.mat&#8217; is built.</p>
<p>What is the correct one (should we use a linear index of the target or subscripts)? </p>
<p>Thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss>

