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

5 lines
80 B
Matlab
Raw Normal View History

function result = y(obj)
2011-11-01 07:44:31 +08:00
% usage: obj.y()
error('need to compile y.cpp');
end