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