can we use multitasking on matlab
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
aeae
el 29 de En. de 2014
Comentada: Azzi Abdelmalek
el 31 de En. de 2014
Hello, I saw that by using parallel programming (PCT) on a local machine, the max number of labs that can be created is the number of cores.
Using the multi-agent systems, we can create multiple agents working together and interacting with each other. I want to know if it is possible to do this on matlab, ie creating multiple threads (eg 50).
These agents must share a single processor time (work by turns).
Thank you.
0 comentarios
Respuesta aceptada
Edric Ellis
el 30 de En. de 2014
You can run up to 12 local workers (assuming R2013b) simultaneously using Parallel Computing Toolbox. You need to modify the local cluster profile to change the number of workers from the default (which is the number of cores on your machine).
1 comentario
Azzi Abdelmalek
el 31 de En. de 2014
aeae commented
Yes I can obtain 12 local workers. Can I have more cluster than 12?
Más respuestas (2)
Ver también
Categorías
Más información sobre MATLAB Support for MinGW-w64 C/C++ Compiler en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!