gtsam/matlab/startup.m

15 lines
225 B
Matlab
Raw Normal View History

2010-04-08 05:47:21 +08:00
% 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);