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

5 lines
80 B
Matlab

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