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

    function pDep= getDependentPtrs(obj)
%GETDEPENDENTPTRS list of dependent pointers 
%
% pDep= getDependentPtrs(obj)
%   A dependent pointer is a pointer to an object connected to the current 
%   which which belongs to another CAGE object 

% Copyright 2000-2005 The MathWorks, Inc. 

pDep= obj.EquationPointers;