treeord.m
Upload User: haiyisale
Upload Date: 2013-01-09
Package Size: 3246k
Code Size: 0k
Category:

Wavelet

Development Platform:

Matlab

  1. function order = treeord(t)
  2. %TREEORD Tree order.
  3. %   ORD = treeord(T) returns the order ORD of the tree T.
  4. %
  5. %   See also WTREEMGR.
  6. %   M. Misiti, Y. Misiti, G. Oppenheim, J.M. Poggi 12-Mar-96.
  7. %   Last Revision: 14-May-2003.
  8. %   Copyright 1995-2004 The MathWorks, Inc.
  9. % $Revision: 1.10.4.2 $
  10. order = wtreemgr('order',t);