| Wavelet Toolbox | Search  Help Desk |
| plottree | Examples See Also |
plottree(T)
plottree is a graphical tree management utility.
plottree(T) plots the tree structure T (see maketree).
% Create binary tree of depth 3.
t = maketree(2,3);
% Plot tree structure t.
plottree(t)
% Creates a figure containing the tree
% and a simple menu bar allowing:
% - to close the window
% - to choose node labeling mode between
% index and depth-position.
maketree, wpdec, wpdec2