release/4.3a0
Viorela Ila 2010-04-07 21:47:21 +00:00
parent 8a9f5c7494
commit 3120d6842f
1 changed files with 14 additions and 0 deletions

14
matlab/startup.m Normal file
View File

@ -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);