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

    function pList= getInternalPtrs(E)
%GETINTERNALPTRS list of internal pointers 
%
% pList= getInternalPtrs(E)
%   An internal pointer is one which should be freed when the current 
%   object is freed.

% Copyright 2000-2004 The MathWorks, Inc. 

pList= mbcpointer(1,0);