4 lines
94 B
Matlab
4 lines
94 B
Matlab
function foo(x,y)
|
|
if nargin ~= 2
|
|
error('Warning number of input argument')
|
|
end |