Why doesn't my state-space model iterate?
Show older comments
I am trying to obtain a State-Space model utilizing the function ssest and having a previous model (sys901_0N) as an initial one. When I run the code, although the number of iterations is set to 100 it only runs through it once, obtaining the same model as the inital one that was set.
How could I overcome this?
ssest = ssest(h,sys901_0N,opt)
2 Comments
Sam Chak
on 18 May 2022
You don't have this error?
João Luís Agostinho Soares Pinto
on 18 May 2022
Answers (1)
Star Strider
on 18 May 2022
0 votes
The iterations are defined inside the function. See the documentation section on Display to see the progress of the estimation.
.
2 Comments
João Luís Agostinho Soares Pinto
on 18 May 2022
Star Strider
on 18 May 2022
The previous system you are using to define the new system cannot be improved upon, at least with respect to the conditions the algorithm uses.
Frequency response (idfrd) estimations are more limited in the available options and results than time-domain (iddata) estimates.
Categories
Find more on State-Space Models in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!