www.gusucode.com > mbcguitools 工具箱 matlab 源码程序 > mbcguitools/@xregGui/@treenode/contract.m

    function contract(h)
%CONRACTT  Set node to be contracted
%
%  h.contract
%

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



h.IsExpanded=false;