semicolon missing.

time-shift
Marco Ratto 2010-03-05 11:27:59 +01:00
parent 24d41f66c8
commit 3e573f1c35
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ while notsteady & t<smpl
end
a1(:,t+1) = T*a(:,t);
Pf = P(:,:,t);
aK(1,:,t+1) = a1(:,t+1)
aK(1,:,t+1) = a1(:,t+1);
for jnk=1:nk,
Pf = T*Pf*T' + QQ;
PK(jnk,:,:,t+jnk) = Pf;