Changeset 22 for matlab

Show
Ignore:
Timestamp:
02/18/08 17:50:37 (16 years ago)
Author:
smidl
Message:

upravy Kalmana

Location:
matlab
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • matlab/testKF.m

    r9 r22  
    11function testKF(skipgen) 
    2 if nargin<1, skipgen=0; 
     2if nargin<1, skipgen=0; end 
    33 
    44if ~skipgen 
     
    5252end 
    5353 
    54 !./testKF 
     54!cd ../;./tests/testKF 
    5555itload('testKF_res.it'); 
    5656 
     
    6060plot(xth','--'); 
    6161plot(xth2','+'); 
     62plot(xthE','o'); 
    6263plot(Mu',':'); 
    6364end