How the Tunable parameters are generated in the code ?

1 Ansicht (letzte 30 Tage)
Aluri Pramod Kumar
Aluri Pramod Kumar am 25 Jun. 2015
If the Parameter is mentioned as a tunable parameter in the configuration parameters. Then how we can tune the parameter dynamically(While code is running)?

Akzeptierte Antwort

Jorik
Jorik am 4 Sep. 2015
After updating the value of a variable (e.g. in the MATLAB base workspace), the parameter is not automatically changed in the simulation. During the simulation you can perform a model update (e.g. Ctrl+D), to let Simulink check if any of the tunable parameters were changed. The parameter could also be changed with a "set_param" function call.
For more info, see: Tunable Block Parameters

Weitere Antworten (0)

Kategorien

Mehr zu Simulink Coder finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by