5 lines
137 B
Matlab
5 lines
137 B
Matlab
|
|
function result = Point3_staticFunction()
|
||
|
|
% usage: x = Point3_staticFunction()
|
||
|
|
error('need to compile Point3_staticFunction.cpp');
|
||
|
|
end
|