Search Comments and Ratings

go

Comments and Ratings

   
Date File Comment by Comment Rating
07 Jul 2009 meow.m For cat lovers everywhere. Author: Phillip M. Feldman Hull, Doug

LOL Does indeed meow as documented.

09 Apr 2009 Animation of Leading Entry over Time This shows various things about the leading entry over time. Author: Alan Chalker Hull, Doug

To answer the question of using data not normally on the MATLAB path, I offer the following modification.
 
if ~exist('contest_data.mat','file')
    warning ('This was an entry to the MATLAB programming contest (http://www.mathworks.com/contest/datavis/home.html). Please load the contest data and unzip it to place contest_data.mat on your MATLAB path.')
    web('http://www.mathworks.com/matlabcentral/fileexchange/23509?controller=file_infos&download=true')
end

09 Apr 2009 Improvement Focus Animation This is for the Data Viz contest Author: Alan Chalker Hull, Doug

To answer the question of using data not normally on the MATLAB path, I offer the following modification.
 
if ~exist('contest_data.mat','file')
    warning ('This was an entry to the MATLAB programming contest (http://www.mathworks.com/contest/datavis/home.html). Please load the contest data and unzip it to place contest_data.mat on your MATLAB path.')
    web('http://www.mathworks.com/matlabcentral/fileexchange/23509?controller=file_infos&download=true')
end

09 Apr 2009 Spring 2009 MATLAB Contest - creativity2 Added another graph to Rafal Kasztelanic's creative entry. Author: Nicholas Howe Hull, Doug

To answer the question of using data not normally on the MATLAB path, I offer the following modification.
 
if ~exist('contest_data.mat','file')
    warning ('This was an entry to the MATLAB programming contest (http://www.mathworks.com/contest/datavis/home.html). Please load the contest data and unzip it to place contest_data.mat on your MATLAB path.')
    web('http://www.mathworks.com/matlabcentral/fileexchange/23509?controller=file_infos&download=true')
end

09 Apr 2009 MATLAB Contest - creativity, tweaks, and innovations A late entry in the spring 2009 Matlab programming contest. Author: Nicholas Howe Hull, Doug

To answer the question of using data not normally on the MATLAB path, I offer the following modification.
 
if ~exist('contest_data.mat','file')
    warning ('This was an entry to the MATLAB programming contest (http://www.mathworks.com/contest/datavis/home.html). Please load the contest data and unzip it to place contest_data.mat on your MATLAB path.')
    web('http://www.mathworks.com/matlabcentral/fileexchange/23509?controller=file_infos&download=true')
end

09 Apr 2009 Been there done that Depicting the progression of code originality. Author: Rajiv Narayan Hull, Doug

To answer the question of using data not normally on the MATLAB path, I offer the following modification.
 
if ~exist('contest_data.mat','file')
    warning ('This was an entry to the MATLAB programming contest (http://www.mathworks.com/contest/datavis/home.html). Please load the contest data and unzip it to place contest_data.mat on your MATLAB path.')
    web('http://www.mathworks.com/matlabcentral/fileexchange/23509?controller=file_infos&download=true')
end

09 Apr 2009 contest clock joke visualization of solitaire contest Author: Rafal Kasztelanic Hull, Doug

To answer the question of using data not normally on the MATLAB path, I offer the following modification.
 
if ~exist('contest_data.mat','file')
    warning ('This was an entry to the MATLAB programming contest (http://www.mathworks.com/contest/datavis/home.html). Please load the contest data and unzip it to place contest_data.mat on your MATLAB path.')
    web('http://www.mathworks.com/matlabcentral/fileexchange/23509?controller=file_infos&download=true')
end

09 Apr 2009 Code overlap The aim here is to visualize the degree of overlap between all pairs of entries in the contest. Author: Rajiv Narayan Hull, Doug

To answer the question of using data not normally on the MATLAB path, I offer the following modification.
 
if ~exist('contest_data.mat','file')
    warning ('This was an entry to the MATLAB programming contest (http://www.mathworks.com/contest/datavis/home.html). Please load the contest data and unzip it to place contest_data.mat on your MATLAB path.')
    web('http://www.mathworks.com/matlabcentral/fileexchange/23509?controller=file_infos&download=true')
end

09 Apr 2009 MATLAB Contest - creativity The idea of the CREATIVITY visualization is to find most creative participants of the contests. Author: Rafal Kasztelanic Hull, Doug

To answer the question of using data not normally on the MATLAB path, I offer the following modification.
 
if ~exist('contest_data.mat','file')
    warning ('This was an entry to the MATLAB programming contest (http://www.mathworks.com/contest/datavis/home.html). Please load the contest data and unzip it to place contest_data.mat on your MATLAB path.')
    web('http://www.mathworks.com/matlabcentral/fileexchange/23509?controller=file_infos&download=true')
end

09 Apr 2009 Finding the Similar Entries: A Quantitative Approach based on CPU Runtime Behavior Entry to Matlab contest Spring 2009 Author: C Jethro Lam Hull, Doug

To answer the question of using data not normally on the MATLAB path, I offer the following modification.

if ~exist('contest_data.mat','file')
    warning ('This was an entry to the MATLAB programming contest (http://www.mathworks.com/contest/datavis/home.html). Please load the contest data and unzip it to place contest_data.mat on your MATLAB path.')
    web('http://www.mathworks.com/matlabcentral/fileexchange/23509?controller=file_infos&download=true')
end

08 Apr 2009 contest clock joke visualization of solitaire contest Author: Rafal Kasztelanic Hull, Doug

I find this interesting. I like that you make an animation work and there is a certain excitement seeing things look to level off early, then thinking there is no hope for improvement, but watching the spiral relentlessly optimize the solution.

06 Apr 2009 Animation of result vs. cpu_time by day This is a DATAVIZ contest entry showing an animation of result vs. cpu_time Author: Alan Chalker Hull, Doug

I like how this entry used animation to tell the story. It is good to show off the capabilities of MATLAB like this.

Thanks,
Doug

06 Apr 2009 MATLAB Contest - creativity The idea of the CREATIVITY visualization is to find most creative participants of the contests. Author: Rafal Kasztelanic Hull, Doug

Oh wow, this is very cool. This gives credit to some of the unsung heroes of the contest. I find it compelling that a story like this is hidden in the data and can be told with two quick graphs.

This is the kind of visualization we were hoping for from this contest.

Thanks,
Doug

06 Apr 2009 meet the family Visualisation of a family tree in the programming contest. Author: Nathan Hull, Doug

This is an awesome entry. There are some great data mining techniques and insights here. The MATLAB coding contest is interesting in that it is a rapid open source project where every branch is captured. This shows how things evolve and good code is propagated.

Thanks, this is the kind of entry we were hoping for in designing this new contest.

Doug

03 Apr 2009 Some Plots Some Thoughts with Published html Includes published version of earlier file. Author: Abhisek Ukil Hull, Doug

I like that there is a story being told in the comments, especially in the first section.

24 Dec 2008 Weather in Boston Weather in Boston from weather.boston.com Author: Doug Hull Hull, Doug

That is an excellent question. I can not get the data that produced that example (it was yesterday, no archives are on the site). Looking at the code, I don't know why it would be wrong.

I put this in the category of ireproducible errors!

 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com