system identification: get estimated initialState

1 view (last 30 days)
Hi, i am using greyest to estimate the parameters of a system. The initial state is also unknown therefore I use the option to estimate them. Is there a way to read out those inital states?
regards, Frank.

Accepted Answer

Arkadiy Turevskiy
Arkadiy Turevskiy on 31 Oct 2013
You need to use this function.
  1 Comment
Frank
Frank on 15 Nov 2013
thanks!!
just found that compare also returns the initial state
[y,fit,x0]= compare(dataSys,sysEst);

Sign in to comment.

More Answers (0)

Categories

Find more on Linear Model Identification in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!