In other words, how to draw their values, provided they are stored in my data.mat?
Will the "plot" are the same and I have to use a loop "for"?
Ask directly about the code sample, it's here I deal with a couple of hours.
I am new to k. filtering, and I don't understand the following: the covariance matrix P appears to be only a function of the following inputs: A (defined by the system), P (itself), Q (known p.noise cov.), and H (typically identity), and also the Kalman gain K. K itself is a function only of P, H, and R (known m.noise cov.).
None of these are re-defined during iteration except P. How then is the estimate of the covariance matrix P tied to observations z? The result of this appears to be that the Kalman gain explodes by the third or fourth iteration, making the output mirror the noisy input. This seems to be what Enver Bahar is noticing too, I think.
Comment only