gtsam/matlab/startup.m

15 lines
225 B
Matlab

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