www.gusucode.com > mbc 工具箱 matlab 源码程序 > mbc/@mbcreference/address.m

    function p = address(r)
%ADDRESS Return self-reference pointer
%
%  ADDRESS(R) returns the pointer that is holding the reference copy of the
%  object.  This pointer address may be null if the object has not yet been
%  initialised.

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


p = r.Pointer;