www.gusucode.com > mbclayouts 工具箱 matlab 源码程序 > mbclayouts/@xregcontainer/disconnect.m

    function disconnect(obj)
%DISCONNECT Disconnect the layout's UDD core from a UDD hierarchy
%
%  DISCONNECT(OBJ, ) will extract the UDD core data for tOBJ and pass
%  them on to the built-in UDD disconnect command.

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


obj = get(obj, 'containerdata');
obj.disconnect;