Mike on the MATLAB Desktop

February 21st, 2011

Using Tech Notes For Fun and Profit

I recently answered a question for a customer about dealing with out of memory errors in MATLAB. Thankfully it didn’t require me to spend a lot of effort to answer it. We already have a well-written, comprehensive answer to that question. That’s Tech Note 1106, the “Memory Management Guide.” These technical notes cover a wide variety of topics from MATLAB programming and memory management, installation, compilers, graphics, common mathematical operations, to common Simulink tasks.

The Technical Notes were a mainstay of resources that I used when I was in technical support. But I realize that most of you probably never have heard of them; they’re included in the list of Documentation links on our support page, but they are not included with the installed documentation.

Have a look, you may learn something new about MATLAB! They’ll make great beach reading this President’s Day!

4 Responses to “Using Tech Notes For Fun and Profit”

  1. Brett Shoelson replied on :

    Thanks, Mike. I use (and refer customers to) Tech Notes frequently–but I had not seen that one. It will come in handy!
    Brett

  2. Jaidev replied on :

    Thanks Mike, the technical notes are quite a one-stop solution to most programming bugs..

  3. Aurélien replied on :

    Hi!!

    I always use Tech Notes as much as possible which gives examples to avoid eval command or OOM issues …

    And as I mentioned in my blog ( 22-Oct-2010 ) : http://blog.developpez.com/matlab4geek/c2693/best-of-des-commandes-matlab-utiles/faire-un-joli-rapport-de-stage-avec-matlab/
    the Technical Note 1106 could be grabbed with the GRABCODE matlab function. But it is not the case anymore :

    
    grabcode('http://www.mathworks.com/support/tech-notes/1100/1106.html')
    

    now fails … snif

    Aurélien

  4. José Ramón Menzinger replied on :

    Maybe it’s not the right place to give feedback about this, but I saw that there is no graphic on this Tech Note:
    http://www.mathworks.com/support/tech-notes/1100/1106.html#4

    It seems like it’s linked to a local GIF image:

    Best regards.

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
Mike works on the MATLAB Desktop team.

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