setwtbo.m
上传用户:haiyisale
上传日期:2013-01-09
资源大小:3246k
文件大小:1k
源码类别:

波变换

开发平台:

Matlab

  1. function O = setwtbo(O,varargin)
  2. %SETWTBO Set object field contents.
  3. %   O = SETWTBO(O,'FieldName1','FieldValue1','FieldName2','FieldValue2' ...)
  4. %   sets the contents of the specified fields for any object O
  5. %   in the Wavelet Toolbox.
  6. %
  7. %   First, the search is done in O. If it fails, the
  8. %   subobjects and substructures fields are examined.
  9. %
  10. %   Caution: Don't use the SETWTBO function!
  11. %   M. Misiti, Y. Misiti, G. Oppenheim, J.M. Poggi 03-Jun-97.
  12. %   Last Revision: 17-Sep-1999.
  13. %   Copyright 1995-2002 The MathWorks, Inc.
  14. %   $Revision: 1.5 $  $Date: 2002/04/14 19:32:18 $
  15. O = wsfields(Inf,O,varargin{:});