Wavelet Toolbox    
plot

Plot tree

Syntax

Description

plot is a graphical tree-management utility.

plot(T) plots the tree T.

The figure that contains the tree is a GUI tool. It lets you change the Node Label to Depth_Position or Index, and Node Action to Split-Merge or Visualize.

The default values are Depth_Position and Visualize.

You can click the nodes to execute the current Node Action.

plot(T,FIG) plots the tree T in the figure whose handle is FIG. This figure was already used to plot a tree, for example using the command

After some split or merge actions, you can get the new tree using its parent figure handle. The following syntax lets you perform this functionality:

In fact, the first argument is dummy. The most general syntax is

where DUMMY is any object parented by an NTREE object. More generally, DUMMY can be any object constructor name returning an NTREE parented object. For example:

Examples


  orthfilt qmf