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

    function OK= isInternal(E)
%ISINTERNAL is true if object is internal to another CAGE object
%
% OK= isInternal(E)
%   An internal pointer is a pointer to an object which is treated as
%   belonging to another CAGE item

% Copyright 2000-2004 The MathWorks, Inc. 

OK= true;