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

    function idx = getInputIndices(obj)
%GETINPUTINDICES Return the indices of the inputs in the expression list
%
%  IDX = GETINPUTINDICES(OBJ) returns the indices of the input expressions
%  in the expression chain's list.

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


idx = obj.Inports;