www.gusucode.com > mbcdesign 工具箱 matlab 源码程序 > mbcdesign/@coninputfactor/length.m

    function nf = length(cif)
%LENGTH Length of a constraint input factor object, i.e., the number of factors 
%
%  NF = LENGTH(CIF)
%
%  See also CONBASE, CONINPUTFACTOR, CONINPUTFACTOR/SIZE.

%  Copyright 2004-2005 The MathWorks, Inc.

nf = length( cif.Name );

%------------------------------------------------------------------------------|
% EOF
%------------------------------------------------------------------------------|