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

    function matchexactly = set_matchexactly(this, matchexactly)
%SET_MATCHEXACTLY   PreSet function for the 'matchexactly' property.

%   Copyright 1999-2015 The MathWorks, Inc.

this.privMatchExactly = matchexactly;

% [EOF]