www.gusucode.com > mbcexpr 工具箱 matlab 源码程序 > mbcexpr/@cgexpr/getSwitchFactors.m

    function factIdx = getSwitchFactors(m)
%GETSWITCHFACTORS Return vector indicating which factors are being switched
%
%  FACTIDX = GETSWITCHFACTORS(M) returns a vector of indices indicating
%  which factors are being used for switching.

%  Copyright 2000-2004 The MathWorks, Inc. and Ford Global Technologies, Inc.


factIdx = [];