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

5 lines
82 B
Matlab
Raw Normal View History

2012-06-29 00:13:22 +08:00
% result = obj.y()
function result = y(obj)
error('need to compile y.cpp');
end