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

5 lines
82 B
Matlab

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