gtsam/wrap/tests/expected/@Point2/x.m

5 lines
82 B
Matlab
Raw Normal View History

2012-06-29 00:13:22 +08:00
% result = obj.x()
function result = x(obj)
error('need to compile x.cpp');
end