diff --git a/matlab/startup.m b/matlab/startup.m new file mode 100644 index 000000000..c3dab1fb2 --- /dev/null +++ b/matlab/startup.m @@ -0,0 +1,14 @@ +% Matlab code to test gtsam toolbox +% +% +% +% +clc; +disp(' '); +disp(' Matlab scripts to test GTSAM toolbox '); +disp(' '); + +path(path,genpath(pwd)); +toolboxpath = '~/toolbox/gtsam' +addpath(toolboxpath); +