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

    function ptrs = getinputs(LT)
%GETINPUTS Return inputs to expression
%
%  PTRS = GETINPUTS(LT) returns the pointers that are feeding into the
%  expression object LT.

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


ptrs = null(xregpointer,1);
if ~isempty(LT.Xexpr)
    ptrs(1) = LT.Xexpr;
end