MATLAB Programming Contest Blog

April 3rd, 2009

Early-Bird Prize

We will award an Early Bird prize for the entry with the most votes on Monday at noon EDT. For this mid-contest prize, there well be no designated voting period, so entries submitted earlier will have the opportunity to attract more votes.

As explained in the rules, you vote for an entry by tagging it “vis2009″. If you change your mind, simply remove your tag. All entries are listed on the Rankings page. Vote for as many entries as you’d like.

3 Responses to “Early-Bird Prize”

  1. Alan Chalker replied on :

    Two questions / concerns I have:

    1. I just submitted an entry, and was surprised to NOT see it immediately appear online. Instead I got a message saying it needed to be reviewed and would take up to 5 days to appear?!?!?! I don’t even have any type of link or reference to the upload listed in my profile, so for all I know it will disappear into the ether. Who is doing the reviewing? Obviously this could significantly impact the ability of entries to get seen by others if they aren’t made public in a short amount of time.

    2. My entry happens to include a video (shameless plug.. go see it please.. it’s cool;). I figured out a way to make MATLAB create an AVI file and then display it as part of the published HTML. For this first submission, I deliberately kept the animation small and short, but the zip file is still over 2.5MB and uncompresses to over 150MB. Do we really need to include ‘all the published’ files? Downloading the .m file and running / publishing it produces the same results without taking up so much bandwidth.

  2. Alan Chalker replied on :

    A quick update: The file was ‘approved’ at 8:30AM today. If you are interested in seeing it: http://www.mathworks.com/matlabcentral/fileexchange/23565 (I know, another shameless plug, but I figure this contest is also about marketing your submissions;)

  3. Matthew replied on :

    Alan, File Exchange submissions are generally reviewed at least once per business day. During the contest, we’re upping this frequency, but will still not be instantaneous. Thanks for your patience.

    With respect to the video size, I think the “‘compression’, ‘None’” is what is inflating the size so much. You might experiment with a combination of available “Compression” codecs and “Quality” to get acceptable results with reasonable file size.

Leave a Reply

Wrap code fragments inside <pre> tags, like this:

<pre class="code">
a = magic(3);
sum(a)
</pre>

If you have a "<" character in your code, either follow it with a space or replace it with "&lt;" (including the semicolon).


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 overview.
  • the cyclist: Looks like there might be a problem with the statistics page. For one thing, Alan Chalker holds all 20...
  • Alan Chalker: I have been able to figure out the scoring formula and am posting it here as I traditionally do. As...
  • Nick Howe: As Alan noted, the Twitter feeds seem broken. Perhaps the change to the queue update timing was...
  • Alan Chalker: Are the twitter feeds not working anymore? Or is there a major delay in updating them?
  • Doug: Everyone, Sorry about that. I wrote the contest code in absolute indexing, and then changed it to match the...
  • Michael: The syntax of the function ’solver’ as explained in the rules is: colors = solver(A,[targetRow...
  • Ned: Hello SY: Some of the intermediate challenges are predictable, but some of them are improvised. We’ll...
  • SY: Would it be possible to announce date/time of all (or at least some) intermediate challenges (1000 characters, 3...
  • Helen Chen: Hi Kapil - The code will be uploaded when the contest starts at noon (Boston time) on November 4th. Helen
  • kapil: could you please tell me the date when you will upload the problem of event which is suppose to help in...

These postings are the author's and don't necessarily represent the opinions of The MathWorks.