module_arguments ( required , optional , varargin , withdefault = "withdefault" , nodefault )

Docstring for module_arguments.

Examples

[outa, outb] = module_arguments(1, 2, "withdefault", "foo", "nodefault", 'bar');