<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: We&#8217;re under way!</title>
	<link>http://blogs.mathworks.com/contest/2009/04/01/were-under-way/</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 the &#60;a href="http://www.mathworks.com/contest/overview.html"&#62;overview&#60;/a&#62;.</description>
	<pubDate>Sun, 22 Nov 2009 23:23:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Matthew</title>
		<link>http://blogs.mathworks.com/contest/2009/04/01/were-under-way/#comment-6522</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Mon, 06 Apr 2009 17:34:12 +0000</pubDate>
		<guid>http://blogs.mathworks.com/contest/2009/04/01/were-under-way/#comment-6522</guid>
		<description>Eric, good point about redundant tags.  We've implemented a change for this which will go out in the next release of the File Exchange application.</description>
		<content:encoded><![CDATA[<p>Eric, good point about redundant tags.  We&#8217;ve implemented a change for this which will go out in the next release of the File Exchange application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ned</title>
		<link>http://blogs.mathworks.com/contest/2009/04/01/were-under-way/#comment-6518</link>
		<dc:creator>Ned</dc:creator>
		<pubDate>Fri, 03 Apr 2009 20:20:31 +0000</pubDate>
		<guid>http://blogs.mathworks.com/contest/2009/04/01/were-under-way/#comment-6518</guid>
		<description>You are correct. That's a mistake. The "darkness" field should be 1 up through d(373) and 0 thereafter. I'll re-upload the data, but here is some code that will fix your data.

&lt;pre&gt;
for i = 1:length(d)
    if i &lt;= 373
        d(i).darkness = 1;
        d(i).twilight = 0;
        d(i).daylight = 0;
    elseif i &lt;= 980
        d(i).darkness = 0;
        d(i).twilight = 1;
        d(i).daylight = 0;
    else
        d(i).darkness = 0;
        d(i).twilight = 0;
        d(i).daylight = 1;
    end
end
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>You are correct. That&#8217;s a mistake. The &#8220;darkness&#8221; field should be 1 up through d(373) and 0 thereafter. I&#8217;ll re-upload the data, but here is some code that will fix your data.</p>
<pre>
for i = 1:length(d)
    if i < = 373
        d(i).darkness = 1;
        d(i).twilight = 0;
        d(i).daylight = 0;
    elseif i <= 980
        d(i).darkness = 0;
        d(i).twilight = 1;
        d(i).daylight = 0;
    else
        d(i).darkness = 0;
        d(i).twilight = 0;
        d(i).daylight = 1;
    end
end
</pre>
</pre>]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Eaton</title>
		<link>http://blogs.mathworks.com/contest/2009/04/01/were-under-way/#comment-6517</link>
		<dc:creator>Ken Eaton</dc:creator>
		<pubDate>Fri, 03 Apr 2009 19:46:14 +0000</pubDate>
		<guid>http://blogs.mathworks.com/contest/2009/04/01/were-under-way/#comment-6517</guid>
		<description>I took a look at the contest data supplied, and noticed that there are no darkness submissions in there (although there is a "darkness" field for the submission data). Is this correct?</description>
		<content:encoded><![CDATA[<p>I took a look at the contest data supplied, and noticed that there are no darkness submissions in there (although there is a &#8220;darkness&#8221; field for the submission data). Is this correct?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jos</title>
		<link>http://blogs.mathworks.com/contest/2009/04/01/were-under-way/#comment-6516</link>
		<dc:creator>Jos</dc:creator>
		<pubDate>Thu, 02 Apr 2009 13:33:38 +0000</pubDate>
		<guid>http://blogs.mathworks.com/contest/2009/04/01/were-under-way/#comment-6516</guid>
		<description>Although I agree it's better than Marco's usage of matlab, this contest is going to pollute the whole File Exchange! And it almost looks like this is intended policy by TMW ...</description>
		<content:encoded><![CDATA[<p>Although I agree it&#8217;s better than Marco&#8217;s usage of matlab, this contest is going to pollute the whole File Exchange! And it almost looks like this is intended policy by TMW &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://blogs.mathworks.com/contest/2009/04/01/were-under-way/#comment-6515</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 01 Apr 2009 17:53:21 +0000</pubDate>
		<guid>http://blogs.mathworks.com/contest/2009/04/01/were-under-way/#comment-6515</guid>
		<description>What's going to happen on the main File Exchange page, where every tag is listed individually in the 'tags' column, when a file gets hundreds/thousands of vote tags during the contest?

In each files' page, the repeated tags are listed as vis2009(N). Perhaps this change needs to be made to the File Exchange page before things get out of hand? It would also make it easier to see how many votes a given submission has when browsing or searching by tag.</description>
		<content:encoded><![CDATA[<p>What&#8217;s going to happen on the main File Exchange page, where every tag is listed individually in the &#8216;tags&#8217; column, when a file gets hundreds/thousands of vote tags during the contest?</p>
<p>In each files&#8217; page, the repeated tags are listed as vis2009(N). Perhaps this change needs to be made to the File Exchange page before things get out of hand? It would also make it easier to see how many votes a given submission has when browsing or searching by tag.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
