pem used in system idenfication

1 view (last 30 days)
shao
shao on 17 Aug 2012
Commented: Gergely Takács on 7 Dec 2018
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 Comments
Rajiv Singh
Rajiv Singh on 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?
Gergely Takács
Gergely Takács on 7 Dec 2018
Rajiv,
Does this mean that pem() can only handle stable models?

Sign in to comment.

Answers (0)

Categories

Find more on Statics and Dynamics in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!