www.gusucode.com > mbcguitools 工具箱 matlab 源码程序 > mbcguitools/@mbctree/@tree/expandToDepth.m

    function expandToDepth(tree, depth)
%EXPANDTODEPTH A short description of the function.
%
%   EXPANDTODEPTH(TREE, DEPTH)

%   Copyright 2006 The MathWorks, Inc.

tree.Peer.expandToDepth( depth );