Can one do Parallel Computing coding in MATLAB ?

I want to implement some parallel algorithm in MATLAB.

To be more specific, I want to implement the parallel maximum weight bipartite matching algorithm (Hungarian method), and for that I am thinking to implement it in MATLAB.

Similar questions and discussions