Legend:
- Unmodified
- Added
- Removed
-
matlab/testKF.m
r9 r22 1 1 function testKF(skipgen) 2 if nargin<1, skipgen=0; 2 if nargin<1, skipgen=0; end 3 3 4 4 if ~skipgen … … 52 52 end 53 53 54 ! ./testKF54 !cd ../;./tests/testKF 55 55 itload('testKF_res.it'); 56 56 … … 60 60 plot(xth','--'); 61 61 plot(xth2','+'); 62 plot(xthE','o'); 62 63 plot(Mu',':'); 63 64 end