Wavelet Toolbox Previous page   Next Page
set

Set WPTREE field content

Syntax

Description

T = set(T,'FieldName1',FieldValue1,'FieldName2',FieldValue2, ...) sets the content of the specified fields for the WPTREE object T.

For the fields that are objects or structures, you can set the subfield contents, giving the name of these subfields as 'FieldName' values.

The valid choices for 'FieldName' are

'dtree'
: DTREE parent object.
'wavInfo'
: Structure (wavelet information).

The fields of the wavelet information structure, 'wavInfo', are also valid for 'FieldName':

'wavName'
: Wavelet name.
'Lo_D'
: Low Decomposition filter.
'Hi_D'
: High Decomposition filter.
'Lo_R'
: Low Reconstruction filter.
'Hi_R'
: High Reconstruction filter.

'entInfo'
: Structure (entropy information).

The fields of the entropy information structure, 'entInfo', are also valid for 'FieldName':

'entName'
: Entropy name.
'entPar'
: Entropy parameter.

Or fields of DTREE parent object:

'ntree'
: NTREE parent object.
'allNI'
: All nodes information.
'terNI'
: Terminal nodes information.

Or fields of NTREE parent object:

'wtbo'
: WTBO parent object.
'order'
: Order of the tree.
'depth'
: Depth of the tree.
'spsch'
: Split scheme for nodes.
'tn'
: Array of terminal nodes of the tree.

Or fields of WTBO parent object:

'wtboInfo'
: Object information.
'ud'
: Userdata field.

Caution The set function should only be used to set the field 'ud'.

See Also
disp, get, read, write


Previous page  scal2frq shanwavf Next page

© 1994-2005 The MathWorks, Inc.