Doug’s MATLAB Video Tutorials

September 30th, 2008

Interactive parallel computing in MATLAB

MATLAB has a Parallel Computing Toolbox that allows you to make use of multiple machines, processors or computing cores to make MATLAB go faster or to allow MATLAB to deal with larger datasets.

This short video shows MATLAB being used in pMode (parallel mode). This allows a large matrix to be stored in smaller parts across several different machines. This video is more of a proof of concept that shows how pMode works using a small dataset for clarity.

pmode in MATLAB

4 Responses to “Interactive parallel computing in MATLAB”

  1. WS replied on :

    Wow, I had no idea of parallel computing, but that video gave me a great idea of it. Thanks.

  2. Jiro replied on :

    Nice video, Doug. In case people didn’t know, Doug used to specialize in parallel computing when he was an AE.

    For people looking for more recordings (short or long) on this topic, take a look at these:

    http://www.mathworks.com/products/parallel-computing/demos.html?show=demo

    http://www.mathworks.com/products/parallel-computing/demos.html?show=recorded

  3. Mimi replied on :

    Hi,

    I just went to a Matlab computing seminar about parallel computing and I’m confused as to what version of Matlab it applies.

    The speaker said that “multithreadingcomputations” and “parfor” applies for Matlab 2007a or better but it’s not working on my matlab, and neither are they in the help menu. Is it because I have a student version?

    Thanks.

  4. dhull replied on :

    Mimi,

    Parallel computing toolbox is an add-on to MATLAB.

    The student version does not come with it.

    http://www.mathworks.com/academia/student_version/

    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).


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 The MathWorks.