| Wavelet Toolbox | Search  Help Desk |
| nodesplt | Examples See Also |
T = nodesplt(T,N)
nodesplt is a tree management utility.
T = nodesplt(T,N) returns the modified tree structure T corresponding to the decomposition of the node N.
% Create binary tree (tree of order 2) of depth 3.
t = maketree(2,3);
% Plot tree structure t.
plottree(t)

Split node of index 10.
tt = nodesplt(t,10);
% Plot new tree structure tt.
plottree(tt)

maketree, nodejoin, wtreemgr