Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The parallel toolbox allows you to make use of multiple cores on your local node (for example the parfor command will launch matlab workers on the multiple cores that are available).

MathWorks has a nice introduction to using the parfor command:

http://www.mathworks.com/help/distcomp/getting-started-with-parfor.html

Launching Matlab in Background

...