Unfoldmw

From Eigenvector Research Documentation Wiki
Revision as of 16:12, 21 September 2011 by imported>Scott (→‎See Also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Purpose

Unfolds multiway arrays along specified order.

Synopsis

mwauf = unfoldmw(mwa,order)

Description

Inputs are the multiway array to be unfolded mwa (class "double" or "dataset"), and the dimension (or mode) number along which to perform the unfolding order.

The output is the unfolded array mwauf (class "double" or "dataset" depending on the input class).

When working with DataSet Objects, unfoldmw will create label and include fields consistent with the input.

See Also

mpca, outerm, parafac, tld, unfoldm