Can external commands run parallelly in a parfor loop ?

1 view (last 30 days)
I was using the system command in a parfor loop. However, there was no improvement in the speed. Is there any way to achieve this?
  1 Comment
Ken Atwell
Ken Atwell on 5 May 2015
Can you be more specific about the command you are trying to use and how much I/O it does relative to computation? I have successfully used system() in a parfor loop, but if the command you are using is I/O bound, I could see how parfor may not improve matters much.

Sign in to comment.

Answers (0)

Categories

Find more on Parallel for-Loops (parfor) in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!