File Exchange Pick of the Week

September 16th, 2008

New location for Doug’s videos!

I have moved. [NEW LOCATION]

Today, Brett, Bob and Jiro have completed their inheritance of Pick of the Week blog. There is a fine heritage of Applications Engineers running the Pick of the Week blog. Scott Hirsch and I started it nearly five years ago with this post. [click here]

With the three amigos taking over, I am now freed up to dedicate time to this new blog. Doug's MATLAB Video Tutorials. You can expect the same content with original videos, puzzlers, tutorials and answers to user questions.

The first video is about memory allocation in MATLAB. In this two minute video, I show that a statement like Y = X; does not increase MATLAB's memory usage, even for large variables.

Come see the video at the new location and be sure to subscribe to the new blog.

Thanks,

Doug

6 Responses to “New location for Doug’s videos!”

  1. Steve Eddins replied on :

    Hey, nice picture, guys!

  2. Bob replied on :

    Thanks, Steve. Coming from an image guru that means a lot.

  3. Daniel Armyr replied on :

    Is it just me, or is it a montage?

  4. pali replied on :

    hey hi,
    I am a student and am designing a data base in matlab could you please help me in interfacing this database which is in GUI with an excel file .there is another problem I want to plot a signal in a GUI and make it a GUI base application where in we can use those signals for our purpose this is also interfacing based ..

  5. Daniel Armyr replied on :

    pali: Look in the documentation for how to use Matlab with COM. Excell is availabe as an activeX-object and can thus be controlled from Matlab.

    –DA

  6. Doug replied on :

    Daniel,

    That is an unaltered photo, taken at Mount Washington Resort in New Hampshire.

    -Doug

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.