N = noleaves(T) returns
the indices of the nonterminal nodes of the tree T in the column vector
N. The nodes are ordered from left to right and from top to bottom.
The root index is 0.
N = noleaves(T,"dp")
returns the depths and positions of the nonterminal nodes.
N(i,1) is the depth and
N(i,2) is the position of the
ith nonterminal node.
Nonterminal node description, returned as a column vector or matrix. The nodes are
numbered from left to right as in the tree T. The root index is 0.
If N = noleaves(T),
N is a P-by-1 column vector, where
P is the number of nonterminal nodes in the tree.
N(i) is the index of the
ith nonterminal node.
If N = noleaves(T,"dp"),
N is a P-by-2 matrix.
N(i,1) is the depth
and N(i,2) is the position of the
ith nonterminal node.
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.