PLS_Toolbox Documentation: parsemixed | < parafac2 | pca > |
parsemixed
Purpose
Parse numerical and text data into a DataSet Object.
Synopsis
data = parsemixed(a,b)
Description
Given two inputs containing a numerical array a and a matching cell array containing text b, PARSEMIXED outputs a DataSet object with a "logical" interpretation of the numerical and text data. It identifies contiguous block of numbers and then attempts to interpret text as labels and label names for that block of data.
INPUTS:
OUTPUT:
See Also
areadr, dataset, xclreadr, xlsreadr
< parafac2 | pca > |