How to Parallel Computing

2 visualizzazioni (ultimi 30 giorni)
Pavel Chatterjee
Pavel Chatterjee il 25 Mar 2018
Commentato: KSSV il 26 Mar 2018
I have a code that runs very slow and infact takes a long time to execute. I have across a workaround to this, "Paralle Computing". I am new to this concept, can anyone tell me how I can execute the same code using Parallel Computing.
  2 Commenti
John D'Errico
John D'Errico il 25 Mar 2018
If you don't have the parallel toolbox, you are out of luck. If you DO have that toolbox, then why not read the documentation?
KSSV
KSSV il 26 Mar 2018
You cannot come to conclusion straight away that parallel computing will solve the purpose. First you need to have a look on the code. See whether it is vectorised or not. Check is there any scope to make it faster and then think of parallel computing.

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Loops and Conditional Statements in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by