Parallel Processing
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
D
el 5 de Jul. de 2011
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 comentarios
Ver también
Categorías
Más información sobre Parallel Computing en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!