function x = ParamPass(f,varargin) a = 1; b = 2; x = f(a,b,varargin{:});