Cosmetic changes to missing_DiffuseKalmanSmootherH1_Z.m

time-shift
Johannes Pfeifer 2016-10-29 15:08:28 +02:00
parent e3aecd4e74
commit 9ce577b126
1 changed files with 2 additions and 3 deletions

View File

@ -161,7 +161,6 @@ d = t;
P(:,:,d+1) = Pstar(:,:,d+1);
iFinf = iFinf(:,:,1:d);
Linf = Linf(:,:,1:d);
Fstar = Fstar(:,:,1:d);
Kstar = Kstar(:,:,1:d);
Pstar = Pstar(:,:,1:d);
Pinf = Pinf(:,:,1:d);