How to add files to other parallel pool?

3 visualizaciones (últimos 30 días)
summer
summer el 29 de Ag. de 2014
when I load a mat file before the parfor circle , I get an error described below. An UndefinedFunction error was thrown on the workers for 'm_nDeteDirect'. This might be because the file containing 'm_nDeteDirect' is not accessible on the workers. Use addAttachedFiles(pool, files) to specify the required files to be attached. See the documentation for 'parallel.Pool/addAttachedFiles' for more details.
And then I add two lines of code to addAttachedFiles according to the error.But still get the same error.The code is in the attached file(test.m).

Respuestas (0)

Categorías

Más información sobre Parallel for-Loops (parfor) 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!

Translated by