Do you ever wish you could easily run a couple of functions in parallel without having to figure out how parfeval works? Or maybe you just want to run a function on the cluster through the parallel pool because it is faster than your laptop. parfun provides a simple way to access the parallel pool without worrying about the mechanics of parallel programming.
Cite As
mevans (2023). parfun (https://www.mathworks.com/matlabcentral/fileexchange/61795-parfun), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.3.0.0 | Added simplified support for multiple calls to the same function. This breaks the old behavior in the single core test case. Still supported, but with the multi-core syntax (using a single cell argument). Help, examples and comments expanded. |
||
1.2.0.0 | better help text |
||
1.1.0.0 | updated comments
|
||
1.0.0.0 |