Parallel Computing in MATLAB

Posted on Dec 19, 2012 in Computer Science • Tagged with HPC, parallel, concurrency, programming, MATLAB

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

  1. It is very easy to do parallel computing in MATLAB. Usually what you have to do is to change for to parfor for the loop that you …

Continue reading