I second @stillyslalom. However it could be done with
function f(args...)
nargin = length(args)
# now what?
end
I second @stillyslalom. However it could be done with
function f(args...)
nargin = length(args)
# now what?
end