5 lines
99 B
Matlab
5 lines
99 B
Matlab
|
|
function result = nsArg(obj,arg)
|
||
|
|
% usage: obj.nsArg(arg)
|
||
|
|
error('need to compile nsArg.cpp');
|
||
|
|
end
|