Wavelet Toolbox
  Go to function:
    Search    Help Desk 
ind2depo    Examples   See Also

Node index to node depth-position.

Syntax

Description

ind2depo is a tree management utility.

For a tree of order ORD, [D,P] = ind2depo(ORD,N) computes the depths D and the positions P (at this depths D) for the nodes with indices N.

The nodes are numbered from left to right and from top to bottom. The root index is 0.

D, P, N are column vectors. The values of D, P, N are constrained by:

D = depths, 0 D dmax

P = positions at depth D, 0 P orderD-1

N = indices, 0 N < (order(dmax+1)-1)/(order-1)

Note that [D,P] = ind2depo(ORD,[D P]).

Examples

See Also

depo2ind, maketree, wtreemgr

[ Previous | Help Desk | Next ]