Files
matlab-learning/foo.m
2025-10-10 17:29:33 +08:00

4 lines
94 B
Matlab

function foo(x,y)
if nargin ~= 2
error('Warning number of input argument')
end