6 lines
129 B
Matlab
6 lines
129 B
Matlab
|
% automatically generated by wrap on 2010-Feb-23
|
||
|
% usage: obj.x()
|
||
|
function result = x(obj)
|
||
|
error('need to compile x.cpp');
|
||
|
end
|