gtsam/wrap/tests/testMemory.m

8 lines
147 B
Matlab
Raw Normal View History

%MATLAB testing file for memory allocation and leaks
%Andrew Melim
addpath([pwd,'/../../../toolbox/gtsam']);
for i=1:10
p = gtsamPoint2()
end