How can I change a tunable parameter with a Matlab function when using Simulink Coder?
5 次查看(过去 30 天)
显示 更早的评论
We have a Simulink model that is compiled and run on a dSPACE box. We need to be able to
- change the value of a parameter with dSPACE ControlDesk and
- change the value of a parameter with a Matlab function inside the model
1. is possible with a Constant block, just by entering a number. You can change the value of the Constant block in dSPACE. It is also possible to enter a variable name like FOO in the Constant block and change that value FOO as a tunable parameter. 2. has not been possible so far. Things like 'set_param' do not seem to work, because everything is compiled with Simulink Coder.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Simulink Functions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!