Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
How can I break down my Simulink model into smaller parts and allow multiple cores to process the model?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 :)
0 Kommentare
Antworten (2)
Nirmal Gunaseelan
am 6 Feb. 2013
You could try modeling for concurrent execution as described in this demo. This way you could utilize multiple cores.
0 Kommentare
Diese Frage ist geschlossen.
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!