How I can define a varying parameter in Simulink Test?
Afficher commentaires plus anciens
Hi,
I am designing a Test Harness for my model. I have a parameter in the simulink model(a gain) and I want to develop a test sequence to test the sensitivity of my model with respect to this parameter. simply, I want to design a DOE for my model. I defined the parameter in the test sequence and I define that in the Model Explorer, too. But, I received the below error. Could you please guide me that how I can define a parameter that I can change in each test by Test Sequence Editor block?
Thanks for your consideration and time.
regards, --------- "Constant or Parameter data 'AAA' on left hand side of an expression.
State 'step_2' "AAA" ----------
1 commentaire
Réponse acceptée
Plus de réponses (1)
Chandrasekhar
le 15 Fév 2016
i guess you want to change the gain value while the simulink model is running. you can do that by giving the below command in your test sequence
set_param(<gain block name>,'Gain',<value>)
3 commentaires
Ayyoub
le 25 Fév 2016
Chandrasekhar
le 2 Mar 2016
Could you please let me know the context how you want to change the gain value.
Catégories
En savoir plus sur Inputs 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!

