フィルターのクリア

MEX File slows Simulink

2 ビュー (過去 30 日間)
Fayez Alruwaili
Fayez Alruwaili 2021 年 3 月 22 日
編集済み: Pratheek Punchathody 2021 年 4 月 5 日
Dear all,
I have been able to build a mex function that interface a c++ code and input realtime data into simulink using the coder.extrinsic commnad. It works fine although the main issue is the time has slowed extensively. Any ideas on how to solve this issue?
Thanks so much

回答 (1 件)

Pratheek Punchathody
Pratheek Punchathody 2021 年 3 月 30 日
編集済み: Pratheek Punchathody 2021 年 4 月 5 日
As per my understanding, one of the reason for slower simulink is because your model might include a MATLAB file S-function. MATLAB file S-functions also call the MATLAB execution engine at each time step. Consider converting the S-function either to a subsystem or to a C-MEX file S-function.
You can also refer to some of the other reasons for slow down of simulink here.
Refer to the documentation on Design Your Model for Effective Acceleration which helps to know about the techniques that you can use to speeduo model simulations.

カテゴリ

Help Center および File ExchangeSimulink Coder についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by