File Exchange Pick of the Week

September 5th, 2008

Olympic medals

Bob's pick this week is Summer Olympic Medals 1896-present by Bill McKeeman.

The data source is Wikipedia, which Bill references. I find his plots much more interesting than staring at tabular data. His approach to coding this example underscores how many ways there can be to solve a problem. I know my own approaches have varied widely over the years, usually dictated by time spent and knowledge level at the time.

Comments?

How do you approach analysis problems like this? Tell us about it here.


Get the MATLAB code

Published with MATLAB® 7.7

2 Responses to “Olympic medals”

  1. farasha replied on :

    very nice

  2. rosezar replied on :

    very useful thanks..

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).


Bob, Brett & Jiro share their favorite user-contributed submissions from the File Exchange.

  • Ben: Doug, Thanks for the very helpful videos! Uitables seem like a convenient way to make a customized property...
  • oleg: Allstats has no checks, no comments and could also be improved (talking about prctile implementatio). Not to...
  • Todd: Additional information and a link to download free MATLAB and Simulink LEGO MINDSTORMS NXT code can be found at...
  • Doug: @Leo, Here is the “English version” of that code. “vec = []” makes an empty variable...
  • leo: Dear Doug I have a question in your code ‘October 9th, 2009 at 13:53′ vec = []; vec = [vec val]; I...
  • Shanker Keshavdas: You sir, are a gentleman and a scholar… No really, helped me out a lot. As to what is...
  • Quan Zheng: how can I get a copy of stepspecs.m?
  • Doug: @Lucy I think this is what you seek to move a line with the mouse in MATLAB. http://blogs.math...
  • Lucy: Dear Doug, I’m a Matlab newbie and I think your videos are fantastic – without them I would be lost! A...
  • Doug: @michael, Without your code, I can not debug this. Please post the shortest version of your code that shows the...

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