PARAFAC2Model

Location: ..\CuBatch\Model_parafac2\PARAFAC2Model.m

function ModelIn, ModelOut = PARAFAC2Model (ModelIn,ModelOut);

Description:
This file calls the parafac2 m-file from the Bro and Andersson N-way toolbox.
Before modelling the data, and before presenting the results (after modelling), some inputs/outputs have to be arranged according to the particular structure of the PARAFAC2 model.
This is done through this file


Inputs:
ModelIn: Structure for inputs (before modelling step)
ModelOut: Structure for outputs (after modelling step)

Outputs:
ModelIn: Structure for inputs (before modelling step)
ModelOut: Structure for outputs (after modelling step)

Called by:
parafac2b

Subroutines:
Internal: None
External: parafac2, parafac2displayinfo

Author:
Sébastien Gourvénec
ChemoAC, V.U.B.
Laarbeeklaan 103
B-1090 Brussels
Belgium

Last modified: 28-Oct-2002 09:30:54

Contact: Sébastien Gourvénec, sebastien.gourvenec@vub.ac.be

References