File Exchange Pick of the Week

April 23rd, 2010

Panel

Bob's pick this week is Panel by Ben Mitch.

One of my favorite MATLAB functions for visualizing data is subplot. subplot is powerful but panel helps you make fancier plots.

Ben's HTML documentation clearly shows creativity. He included 7 (count 'em) examples so if you are interested in options, be sure to browser them all.

I was also intrigued by his object oriented approach. It's nice that old style code still runs in MATLAB. It would be fun to see an implementation using the new class system if anyone might be interested in the exercise or challenge. :)

Comments?


Get the MATLAB code

Published with MATLAB® 7.10

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


MathWorks

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

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