gtsam/wrap/tests/expected/@Test/print.m

6 lines
126 B
Matlab
Raw Normal View History

2012-06-06 20:03:49 +08:00
% automatically generated by wrap
function result = print(obj)
2011-11-01 07:44:31 +08:00
% usage: obj.print()
error('need to compile print.cpp');
end