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

5 lines
82 B
Matlab

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