Can we use 'parfor' in user defined function?
Mostrar comentarios más antiguos
Hello, Can we use 'parfor' in used defined functions? I want to use parfor in user defined functions to improve the speed of my code but its not working. Is there any way we can use it?
3 comentarios
KSSV
el 6 de Ag. de 2017
What function you are trying to use parfor?
Mohsin Shah
el 6 de Ag. de 2017
Walter Roberson
el 6 de Ag. de 2017
That use of parfor is not permitted because the output would depend upon which iteration ran last. You need either assign to an indexed variable or you need to use a reduction variable (for example totaling the values of the individual iterations)
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Loops and Conditional Statements en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!