How the Tunable parameters are generated in the code ?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Aluri Pramod Kumar
el 25 de Jun. de 2015
Comentada: Aluri Pramod Kumar
el 23 de Dic. de 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)?
0 comentarios
Respuesta aceptada
Jorik
el 4 de Sept. de 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.
Más respuestas (0)
Ver también
Categorías
Más información sobre Event Functions en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!