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

    function ptrs= getAllInputs(E)
%getAllInputs Return all input pointers to expression
%
%  PTRS = getAllInputs(OBJ) returns a,l the input pointers to the
%  expression OBJ. This recurses down the expression tree,

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


ptrs = recursivefind(E, []);