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.

  • oleg: The author has implemented skewness, kurtosis and checks answering appropriately to the critic.
  • Ashok: how to store 10 or more random number in a loop a loop for i = 1:n mean(i) = input(’enter the mean value...
  • 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...

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