The below is an example in the help.
I want to know when it is used.
Can you show examples how it used?
function [y1, y2, varargout] = goo(x1, varargin) y1=x1; y2=x2; y3=x1+x2; end <span style='background-color:transparent;color:#000000;'>nargin</span>('goo') nargout('goo')