How to deal with parameter estimation error not recognizing the parameters
Afficher commentaires plus anciens
I have a simulink model in which i want to identify some parameters using Parameter estimator APP
I defined the experiment with its output data
i have two choices to define the parameters which i want to estimate: either inside the experiment (per-experiment) or globally for all experiments
i receive this message: in both cases
ERROR:There are no parameters to optimize. The parameter argument of the optimize command must include at least one parameter with its "Free" property set to true.
And when identify parameters in both global and local together , it shows this error : Error:The parameter(s) 'Rs, Rsh' are specified as both global parameters to estimate and per-experiment parameters. Parameters must either be global or per-experiment but can not be both.
Should be mentionned that both these parameters are hard coded in matlab workspace and are not used directly in simulink block as constant or gain But rather use in Simscape resistor in expression as showed in photos

I hope to know what is the issue 

Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Estimate Parameters and States 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!