www.gusucode.com > signal 工具箱matlab源码程序 > signal/@filtdes/@lpnorm/getmcode.m

    function v = getmcode(d, v)
%GETMCODE Get the value and format it for GENMCODE

%   Author(s): J. Schickler
%   Copyright 1988-2002 The MathWorks, Inc.

% Get the mcode value with 17 digits of precision.
v = abstract_getmcode(d, v, 17);

% [EOF]