Small comments in examples (and timing of marginals)

release/4.3a0
dellaert 2014-05-25 17:47:12 -04:00
parent c2e748b362
commit 499f2f2918
2 changed files with 4 additions and 0 deletions

View File

@ -36,7 +36,9 @@ toc
hold on; plot2DTrajectory(result, 'b-*');
%% Plot Covariance Ellipses
tic
marginals = Marginals(graph, result);
toc
P={};
for i=1:result.size()-1
pose_i = result.at(i);

View File

@ -12,6 +12,8 @@
import gtsam.*
%% PLEASE NOTE THAT PLOTTING TAKES A VERY LONG TIME HERE
%% Find data file
N = 2500;
% dataset = 'sphere_smallnoise.graph';