How to set simulink dll parameters
이전 댓글 표시
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
답변 (1개)
Varun Bhaskar
2015년 12월 17일
0 개 추천
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
ander
2015년 12월 18일
Alexandru Matei
2016년 1월 11일
Hi Ander, Did you found out anything regarding that command to set external variable of dll ?
Thank you
카테고리
도움말 센터 및 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!