File Exchange Pick of the Week

June 18th, 2008

User made videos

I wanted to thank everyone for posting their videos as requested in my prior post [click here]. Here are some of my favorite entries. I will be in touch with the authors to send them some fabulous prizes.

First up is a video from Carlos that is similar to the posts I do showing the use of a file from MATLAB Central. It covers the use of a file that will delete the last child of an axes.

Next is a video that is more like my “cool feature” demos by Jake. It covers the built-in curve fitting GUI in MATLAB:

Finally is Diego, who is giving me a challenge in the Video category on the File Exchange. He has posted about a dozen video, all in Spanish. Even in a language I do not speak, the video is understandable. Try any of them. [click here]

Thank you to everyone that contributed. If you make more videos, I am always willing to put the most high quality videos here in their own blog entry.

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.