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

    function i = getActiveIndices(con)
%GETACTIVEINDICES Get the indices of the active factors for a constraint
%
%  I = GETACTIVEINDICES(CON)
%
%  See also CONBASE, CONINPUTFACTOR, CONBASE/GETACTIVEFACTORS,
%    CONBASE/SETACTIVEINDICES

%  Copyright 2000-2005 The MathWorks, Inc.

i = con.ActiveFactors;

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