Get Started with Parallel Computing Toolbox
Parallel Computing Toolbox™ lets you solve compute- and data-intensive problems using multicore processors, GPUs, and computer clusters. High-level constructs—parallel for-loops, special array types, and parallelized numerical algorithms—enable you to scale MATLAB® applications without CUDA® or MPI programming. Parallel Computing Toolbox also lets you use parallel-enabled functions in MATLAB and other toolboxes and run multiple Simulink® simulations in parallel. Programs and models can run in both interactive and batch modes.
The toolbox lets you use the full processing power of multicore and GPU-enabled desktops by executing applications on thread and process workers (MATLAB computational engines) that run locally. Without changing the code, you can run the same applications on clusters or clouds (using MATLAB Parallel Server™). You can also use the toolbox with MATLAB Parallel Server to execute matrix calculations that are too large to fit into the memory of a single machine.
Tutorials
- What Is Parallel Computing?
Learn about MATLAB and Parallel Computing Toolbox.
- Choose a Parallel Computing Solution
Discover the most important functionalities offered by MATLAB and Parallel Computing Toolbox to solve your parallel computing problem.
- Run MATLAB Functions with Automatic Parallel Support
Take advantage of parallel computing resources without requiring any extra coding.
- Interactively Run Loops in Parallel Using parfor
Convert a
for
-loop into a scalableparfor
-loop. - Scale Up from Desktop to Cluster
Develop your parallel MATLAB® code on your local machine and scale up to a cluster.
- Run Batch Parallel Jobs
Use batch to offload work from your MATLAB session to run in the background.
- Run MATLAB Functions on a GPU
Supply a
gpuArray
argument to automatically run functions on a GPU.
About Parallel Computing
- Parallel Computing Support in MathWorks Products
Overview of parallel computing with MathWorks products.
- Use Parallel Computing Toolbox with Cloud Center Cluster in MATLAB Online
Run parallel code in MATLAB Online™.
Featured Examples
Videos
Parallel Computing Toolbox Overview
Scale up your computations in parallel on multicore computers, GPUs, and clusters
Introduction to GPU Computing with MATLAB
Accelerate your MATLAB applications with GPUs and built-in GPU support