Code covered by the BSD License  

Highlights from
Statistical Learning Toolbox

from Statistical Learning Toolbox by Dahua Lin
Functions for statistical learning, pattern recognition and computer vision, covering many topics.

slignorevars(varargin)
function slignorevars(varargin)
%SLIGNOREVARS Ignores the input variables
%
% $ Syntax $
%   - slignorevars(v1, v2, ...)
%
% $ Description $
%   - slignorevars(v1, v2, ...) In high version of Matlab, the editor
%     will produce a warning when it does not find the using of a 
%     defined variable. However, it is sometimes necessary for some
%     designs. This function provides a way for you to plugin input
%     variables, by this way, in your function, it will be apparent to
%     editor that the variables are used.
%
% $ History $
%   - Created by Dahua Lin, on Aug 14, 2006
%


Contact us at files@mathworks.com