Info

This question is closed. Reopen it to edit or answer.

Different results with n4sid with vector and number as order

1 view (last 30 days)
Hi, im using the n4sid algorithm and my problem is that I get different results when I use a vector to set the order:
S=n4sid(Data,1:8)
than when i directly choose the order:
S=n4sid(Data,4)
Why does this happen? When using the vector I get "better" results.
My problem is that I am using it like this:
for order=1:4
S=n4sid(Data,order)
end
and still want to get the "better" results that I get when using the vector.
Jonathan

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!