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

    function T= AssignChildren(T,ch)
%ASSIGNCHILDREN Set the children of this node.
%
%   T = ASSIGNCHILDREN( T, NEWCHILDREN )
%
%  Copyright 2000-2004 The MathWorks, Inc. and Ford Global Technologies, Inc.

T.Children= ch;
xregpointer(T);