Kalman Filter - computation of system parameters

1 view (last 30 days)
Hi, can you tell me what matlab function can compute the parameters A(k), B(k), C(k), D(k) of a system: x(k+1) = A(k)x(k) + B(k)u(k) y(k) = C(k)x(k) + D(k)u(k)

Answers (0)

Community Treasure Hunt

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

Start Hunting!