www.gusucode.com > signal 工具箱matlab源码程序 > signal/@dfilt/@abstractfilter/privnports.m

    function n = privnports(this)
%PRIVNPORTS Number of input ports of the realizemdl model

%   Copyright 2007 The MathWorks, Inc.

n = 1;

% [EOF]