Skip to Main Content Skip to Search
Accelerating the pace of engineering and science

 

Parallel Computing Toolbox

Perform parallel computations on multicore computers, GPUs, and computer clusters


Parallel computing with MATLAB.

Parallel Computing Toolbox lets you solve computationally and data-intensive problems using multicore processors, GPUs, and computer clusters. High-level constructs—parallel for-loops, special array types, and parallelized numerical algorithms—let you parallelize MATLAB® applications without CUDA or MPI programming. You can use the toolbox with Simulink® to run multiple simulations of a model in parallel.

The toolbox provides twelve workers (MATLAB computational engines) to execute applications locally on a multicore desktop. Without changing the code, you can run the same application on a computer cluster or a grid computing service (using MATLAB Distributed Computing Server). You can run parallel applications interactively or in batch.

MATLAB GPU Support

Built-in Parallel Computing Support in MathWorks Products


Adobe Acrobat Required  View data sheet (768k)



News and Events
Contact sales
Free technical kit
Trial software

Get Pricing and
Licensing Options

Recorded Webinar

Large Data in MATLAB: A Seismic Data Processing Case Study new

Free Seminar

C Code Generation with MATLAB Coder for Signal Processing Systems new

Max Planck Institute

"With MATLAB we can develop a new algorithm, technique, or GUI in one or two days. The same effort would take at least a month in C++."
- Andreas Korinek

Loren on Art of MATLAB

PARFOR the course