File Exchange Pick of the Week

December 25th, 2008

Holiday Cheer!

Just a quick note from the Pick-of-the-Week gang, brought to you by Anselm's Christmas Tree Plot.

christmas

Season's greetings, everyone!


Get the MATLAB code

Published with MATLAB® 7.7

One Response to “Holiday Cheer!”

  1. Bob replied on :

    I like how the tree and boxes underneath were drawn in 3D space. Here are some quick steps to spin the scene around the tree trunk for example using camera tools:

    1. Run christmas
    2. From the figure menu bar select View -> Camera Toolbar
    3. Click the left most icon: Orbit Camera. The principal axis should be Z.
    4. Click and drag (left-right) to rotate the tree.
    5. To make it keep spinning hold down the mouse button, start moving the mouse and release the button while still moving.

    Enjoy!

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.