www.gusucode.com > sigtools 工具箱matlab源码程序 > sigtools/+fmethod/@cheby2bsmin/help.m

    function help(this)
%HELP   

%   Copyright 1999-2015 The MathWorks, Inc.

help_cheby2(this);
help_matchexactly(this);
if isfdtbxinstalled
    help_sosscale(this);
end
help_examples(this);

% [EOF]