From 3120d6842f148184cf6b4db53c61f22c264ad86e Mon Sep 17 00:00:00 2001 From: Viorela Ila Date: Wed, 7 Apr 2010 21:47:21 +0000 Subject: [PATCH] startup --- matlab/startup.m | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 matlab/startup.m 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); +