How to Parallel Computing

조회 수: 3 (최근 30일)
Pavel Chatterjee
Pavel Chatterjee 2018년 3월 25일
댓글: KSSV 2018년 3월 26일
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
John D'Errico
John D'Errico 2018년 3월 25일
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 2018년 3월 26일
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.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by