Parallel Matlab
Last updated
Was this helpful?
Last updated
Was this helpful?
You can explore GPU computing through Matlab if you think your program can benefit from massively parallel computations:
Finally, parallel computing features like parfor
and spmd
can be used by launching a pool of workers on a node.