pem used in system idenfication
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Rajiv Singh
el 12 de Oct. de 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?
Respuestas (0)
Ver también
Categorías
Más información sobre Statics and Dynamics en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!