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:

            a =   numerical array containing the numerical portion of the data to parse (NOTE: NaN's are OK).

            b =  a cell array of the same size as (a) but containing any strings which were not interpretable as numbers.

OUTPUT:

                  data =   a DataSet object formed from the parsing of the input data.

See Also

areadr, dataset, xclreadr, xlsreadr


< parafac2 pca >