I am using Hidden markov model model to predict the volatility in a financial time series. I want to speed up my computations with matlab parallel computing toolbox.

To change my code correctly I must know how does matlab run my code in parallel? i.e. what is matlab parallelism methodology?

I'm familiar with Open-MPI and it's way to run code in parallel but I dont know anything about matlab And i couldn't find anything in its documentations!

Similar questions and discussions