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

    function r = assignaddress(r, p)
%ASSIGNADDRESS Quietly assign a new reference address
%
%  R = ASSIGNADDRESS(R, P) sets a new pointer address in the object.  The
%  pointer is not immediately updated with a copy of the object.  This
%  method is intended for use during the loading of objects that need to
%  transfer invalid (at the time) pointers into a new mbcreference object. 

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


r.Pointer = p;