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
- Host: GitHub
- URL: https://github.com/tinker-twins/mathworks-parallel-computing-workshop
- Owner: Tinker-Twins
- Created: 2025-10-25T01:00:00.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-10-25T01:34:23.000Z (3 months ago)
- Last Synced: 2025-10-25T03:24:34.074Z (3 months ago)
- Topics: mathworks, matlab, parallel-computing, simulink
- Language: MATLAB
- Homepage:
- Size: 4.28 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)