Doug's MATLAB Video Tutorials

September 16th, 2008

New location and memory allocation

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.

4 Responses to “New location and memory allocation”

  1. Paramesh replied on :

    That’s a nice illustration Doug!

    Also, it will be great if you tell us what is the tool you used? Is it a predefined function, or you wrote it?

    Sometimes, I do feel like looking at Matlab memory in real time, and so, if you reveal the tool with which you viewed the Matlab memory, it will be useful!

  2. dhull replied on :

    I will reveal all my secrets in upcoming blog posts.

    -Doug

  3. Stefan replied on :

    Excellent!

    It would be nice to see a visualization like this incorporated with the Profiler.

  4. Daniel S. replied on :

    nice new blog Doug!

    Man this would be a great interview question :-)

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

Doug Hull is a proud MathWorker who is on a mission to help you with MATLAB.

Doug's picture

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