File Exchange Pick of the Week

July 2nd, 2008

Puzzler: Data exploration

This is a puzzler without explanation. Brett got it in about five minutes, some of the other folks wandering near my office got it in just under 20.

The data to explore.

Remember to use the <pre><code> and </code></pre> tags around your code in the comments.


First solution in my mailbox as instructed was exactly an hour later. Have fun playing with it still. Congrats to Arthur for the win!

9 Responses to “Puzzler: Data exploration”

  1. Adam replied on :

    9 min

  2. Dave replied on :

    Took about 15 minutes.

  3. christian replied on :

    15 minutes

  4. Daniel replied on :

    7 minutes

  5. Matt Fig replied on :

    10 minutes. Good one!

  6. Rajanikanth Jammalamadaka replied on :

    15 minutes.
    Please keep posting such nice puzzles.

  7. José Ramón Menzinger replied on :

    10 Minutes… it was easy!

    ;-)

  8. christian replied on :

    RE: From post 3

    ooops, the message say “keep going …”. mmm, then 15 minutes + (time to solve this message, still i can’t see)

    :(

  9. Daniel replied on :

    That’s a nice one!
    But it took me about half an hour.

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.

  • Zach: Hi Doug and Les, I didn’t have a lot of time to mess with this, but I did find a work-around. I plotted...
  • hamed: k
  • Les: @Zach This isn’t exactly what you are looking for but at least it puts all three parameters on the same...
  • Zach: Thanks for your suggestions Doug. I’ll give that a shot and see what happens. I’ve seen many of...
  • Doug: @Zach, I would say to use plotYYY, because that is close to what you want, but using depth as Y makes sense....
  • Doug: @Teja, I think this will work: http://www.mathworks .com/access/helpdesk /help/techdoc/ref...
  • Gify: merry christmas :) nice christmas tree! Regards, Janet Gify
  • Teja: Dear Doug Is there anyway to plot a surface from nonuniform data without meshgrid and griddata? Basically i...
  • Zach: I’m working with geophysical data, so I’d like to produce a depth profile. The y-axis would be...
  • Doug: @Ashok First, please do not use variable names that are MATLAB commands (std and mean). Second, p(j) should be...

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