Wavelet Toolbox Previous page   Next Page
write

Write values in WPTREE fields

Syntax

Description

T = write(T,'cfs',NODE,COEFS) writes coefficients for the terminal node NODE.

T = write(T,'cfs',N1,CFS1,'cfs',N2,CFS2, ...) writes coefficients CFS1, CFS2, ... for the terminal nodes N1, N2, ...

Caution The coefficients values must have the suitable size. You can use S = read(T,'sizes',NODE) or S = read(T,'sizes',[N1;N2; ...]) in order to get those sizes.

    Examples

See Also
disp, get, read, set


Previous page  wrev wtbo Next page

© 1994-2005 The MathWorks, Inc.