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

    function p = pointer(T)
%POINTER Update the dynamic reference copy of the object
%
%  P = POINTER(R) allocates a pointer for the reference object if one
%  has not been allocated yet or update the dynamic copy of the reference
%  object if it already exists.

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


p = xregpointer(T);