Santiago I. Sordo Palacios

Results 1 issues of Santiago I. Sordo Palacios

When a function has a `varargin` input argument, the code analyzer will warn that `varargin` is [not mentioned in the documentation](https://github.com/bastibe/MatlabCodeAnalyzer/blob/24ff19752109e3a374424163584de6ffe6eb5695/check.m#L492) and [shadows a built-in](https://github.com/bastibe/MatlabCodeAnalyzer/blob/24ff19752109e3a374424163584de6ffe6eb5695/check.m#L667). It seems to me that...