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

    function cif = getInputFactors(con)
%GETINPUTFACTORS Get the input factors for a constraint
%
%  CIF = GETINPUTFACTORS(CON)
%
%  See also CONBASE, CONINPUTFACTOR, CONBASE/SETINPUTFACTORS.

%  Copyright 2004-2005 The MathWorks, Inc.

cif = con.InputFactors;

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