pem used in system idenfication
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I am new in matlab.when pem used in system idenfication,it always causes the following error.
??? Error using ==> idminimizer at 112
The loss function cannot be computed. The initial model may be unstable.
Error in ==> idestimatorpack.idminimizer.minimize at 20
[xnew, resnorm, residual, exitflag, output] = ...
Error in ==> idss.pem at 449
OptimInfo = minimize(Estimator);
Error in ==> iden_tool at 62
m=pem(data,m);
can you help me.thanks.
2 commentaires
Rajiv Singh
le 12 Oct 2012
That can happen if, as the error message suggests, the starting model is unstable. To go further than that, you will have to post some more details. How do you configure m? What kind of data are you using?
Réponses (0)
Voir également
Catégories
En savoir plus sur Statics and Dynamics dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!