From 62846e4822ce4d563ac30a98d3df91f61db10278 Mon Sep 17 00:00:00 2001 From: sth4nth Date: Sun, 20 Mar 2016 23:19:20 +0800 Subject: [PATCH] modified lds_demo --- demo/ch13/lds_demo.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/demo/ch13/lds_demo.m b/demo/ch13/lds_demo.m index 1123a8c..4181123 100644 --- a/demo/ch13/lds_demo.m +++ b/demo/ch13/lds_demo.m @@ -6,8 +6,6 @@ n = 100; [X,Z,model] = ldsRnd(d,k,n); -plot(Z(1,:),Z(2,:),'-'); -plot(X(1,:),X(2,:),'-'); [mu, V, llh] = kalmanFilter(X, model); [nu, U, Ezz, Ezy, llh] = kalmanSmoother(X, model);