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