An open API service indexing awesome lists of open source software.

https://github.com/tinker-twins/mathworks-parallel-computing-workshop

Parallel Computing Workshop by MathWorks
https://github.com/tinker-twins/mathworks-parallel-computing-workshop

mathworks matlab parallel-computing simulink

Last synced: 2 months ago
JSON representation

Parallel Computing Workshop by MathWorks

Awesome Lists containing this project

README

          

# Parallel Computing: A Hands-On Introduction in MATLAB and Simulink

This hands-on workshop will introduce you to parallel computing with MATLAB® and Simulink®, so that you can solve computationally and data-intensive problems using multicore processors, GPUs, and computer clusters. By working through common scenarios to parallelize MATLAB algorithms and run multiple Simulink simulations in parallel, you will gain an understanding of parallel computing with MATLAB and Simulink and learn about best practices.

The files in this branch are made to work with MATLAB R2025a.

Required toolboxes:
* MATLAB
* Simulink
* Parallel Computing Toolbox

### Resources:

[Similar Workshop Material](https://www.mathworks.com/matlabcentral/fileexchange/80896-parallel-computing-hands-on-workshop)

[Similar Workshop Recording](https://www.mathworks.com/videos/parallel-computing-hands-on-workshop-1594017972362.html)

[Partition Parallel Pools to Optimize Resource Use](https://www.mathworks.com/help/parallel-computing/partition-parallel-pools-to-optimize-resource-use.html)

[Guidelines for Writing Thread-Safe S-Functions](https://www.mathworks.com/help/simulink/sfg/guidelines-for-writing-threadsafe-s-functions.html)