フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How can I break down my Simulink model into smaller parts and allow multiple cores to process the model?

1 回表示 (過去 30 日間)
Andrew
Andrew 2013 年 2 月 6 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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 :)

回答 (2 件)

Nirmal Gunaseelan
Nirmal Gunaseelan 2013 年 2 月 6 日
You could try modeling for concurrent execution as described in this demo. This way you could utilize multiple cores.

Azzi Abdelmalek
Azzi Abdelmalek 2013 年 2 月 6 日
編集済み: Azzi Abdelmalek 2013 年 2 月 6 日

この質問は閉じられています。

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by