How to switch between parfor and for based on if you have the Parallel Computing Toolbox
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Sonoma Rich
el 8 de Sept. de 2015
Respondida: Walter Roberson
el 8 de Sept. de 2015
How can you automatically switch between parfor and for based on if you have the Parallel Computing Toolbox without copying the code within the for loop?
0 comentarios
Respuesta aceptada
Walter Roberson
el 8 de Sept. de 2015
If there is no PCT installed then parfor is accepted but will operate as a for.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Loops and Conditional Statements 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!