11 lines
195 B
Matlab
11 lines
195 B
Matlab
|
% Test runner script - runs each test
|
||
|
|
||
|
display 'Starting: testJacobianFactor'
|
||
|
testJacobianFactor
|
||
|
|
||
|
display 'Starting: testKalmanFilter'
|
||
|
testKalmanFilter
|
||
|
|
||
|
% end of tests
|
||
|
display 'Tests complete!'
|