Wavelet Toolbox Previous page   Next Page
wfusmat

Fusion of two matrices or arrays

Syntax

Description

C = wfusmat(A,B,METHOD) returns the fused matrix C obtained from the matrices A and B using the fusion method defined by METHOD.

The matrices A and B must be of the same size. The output matrix C is of the same size as A and B.

Available fusion methods are

In addition, [C,D] = wfusmat(A,B,METHOD) returns the Boolean matrix D when defined or an empty matrix otherwise.


Previous page  wfusimg wkeep Next page

© 1994-2005 The MathWorks, Inc.