フィルターのクリア

Using sim command in parfor

7 ビュー (過去 30 日間)
Gova
Gova 2023 年 3 月 16 日
回答済み: Supraja 2023 年 4 月 5 日
I am facing an error when i run the sim command in the parfor loop. I have read that its a discouraged workflow, but can use some caveats, in here: https://in.mathworks.com/help/simulink/ug/not-recommended-using-sim-function-within-parfor.html
I am quite new to MATLAB, so I would like to know how this can be written and executed in my case I can't omit the sim file as it gives me various inputs for my results. Please do help out!
  1 件のコメント
Edric Ellis
Edric Ellis 2023 年 3 月 17 日
You should follow the advice on that page and use parsim. It was specifically designed to replace using sim inside parfor, and completely avoids a bunch of the possible difficulties you might face. If you are struggling to use parsim, please show us what you tried and why it doesn't work.

サインインしてコメントする。

回答 (1 件)

Supraja
Supraja 2023 年 4 月 5 日
As you haven’t specified your exact issue I am assuming you want you want to use 'sim' function inside 'parfor' loop.You can check the matlab answer here where 'sim' function is used inside a 'parfor' loop.
I am attaching some additional resources for your reference.

カテゴリ

Help Center および File ExchangeParallel for-Loops (parfor) についてさらに検索

製品


リリース

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by