The input number of one function

I second @stillyslalom. However it could be done with

function f(args...)
    nargin = length(args)
    # now what?
end
3 Likes