How to set simulink dll parameters
2 ビュー (過去 30 日間)
古いコメントを表示
I don´t know if it is possible but I am going to ask. I have a simulink model which has differente parameters to configure the model. My idea is to generate the dll from the model and then configure the values off the dll before use model_initialize and model_step functions. Is it possible? or the values of the dll (model_B and model_P) are always static?
thank you
0 件のコメント
回答 (1 件)
Varun Bhaskar
2015 年 12 月 17 日
Hi,
You can tune the parameters model_P and model_B before running.
The Embedded Coder® product provides an ERT target, ert_shrlib.tlc, for generating a host-based shared library from your Simulink® model
2 件のコメント
Alexandru Matei
2016 年 1 月 11 日
Hi Ander, Did you found out anything regarding that command to set external variable of dll ?
Thank you
参考
カテゴリ
Help Center および File Exchange で Deployment, Integration, and Supported Hardware についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!