- function order = treeord(t)
- %TREEORD Tree order.
- % ORD = treeord(T) returns the order ORD of the tree T.
- %
- % See also WTREEMGR.
- % M. Misiti, Y. Misiti, G. Oppenheim, J.M. Poggi 21-May-2003.
- % Last Revision: 21-May-2003.
- % Copyright 1995-2004 The MathWorks, Inc.
- % $Revision: 1.1.6.2 $ $Date: 2004/03/15 22:38:48 $
- order = t.order;