Cannot override parameters in Simulink model configuration reference
Afficher commentaires plus anciens
I am using MATLAB R2021b on Ubuntu 20.04. I have created a Simulink model that uses a configuration reference (the configuration exists in the base workspace). This configuration has also been propagated to multiple reference models in my model. When trying to override one of the parameters in my top level model, the "override" menu option is greyed out and I cannot override the parameter. How may I override this parameter?

2 commentaires
Vinayak
le 25 Avr 2023
Is the parameter defined as a configuration parameter?
If thats the case, you can modify the configuration object to make the parameter tunable.
This can be done by setting the "AllowTuning" property of the configuration object to true.
Ted Ecclestone
le 29 Avr 2023
Réponses (1)
Jonas
le 24 Avr 2023
0 votes
You can only adapt the Configuration Parameters object, not the Configuration Reference object. You need to adapt the Configuration Parameters in the base workspace.
3 commentaires
Ted Ecclestone
le 29 Avr 2023
Modifié(e) : Ted Ecclestone
le 29 Avr 2023
Jonas
le 2 Mai 2023
It seems like not all parameters can be overriden. Some allow overriding, others have the override feature greyed out. Are you not able to override any parameter inside the Configuration Reference object?
Ted Ecclestone
le 3 Mai 2023
Catégories
En savoir plus sur Programmatic Model Editing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!