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

5 lines
80 B
Matlab

function result = x(obj)
% usage: obj.x()
error('need to compile x.cpp');
end