Parallel Processing
조회 수: 1 (최근 30일)
이전 댓글 표시
I am trying to read 8000 files in a for-loop. Is there any way that I can read the files in parallel to take advantage of a two quad-core processors.
Thank you.
댓글 수: 0
답변 (1개)
D
2011년 7월 5일
You could try a parfor loop: http://www.mathworks.com/help/toolbox/distcomp/brjvpu3-1.html#brjvpwa and http://www.mathworks.com/help/techdoc/ref/parfor.html
I believe you can get a trial version of the Parallel Computing toolbox.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!