How can I break down my Simulink model into smaller parts and allow multiple cores to process the model?
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
Hi,
I have a Simulink model largely based on SimPower. I have a multi-core CPU and would like to make use of the multiple cores to run the simulations. What would be the best way to do this?
I read online and I know parfor can't perform this as it is not independent.
Thanks in advance :)
Respuestas (2)
Nirmal Gunaseelan
el 6 de Feb. de 2013
1 voto
You could try modeling for concurrent execution as described in this demo. This way you could utilize multiple cores.
Azzi Abdelmalek
el 6 de Feb. de 2013
Editada: Azzi Abdelmalek
el 6 de Feb. de 2013
0 votos
La pregunta está cerrada.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!