Opaseb

File: opaseb.m (Should be renamed in the future)
Location: ..\Cubatch\model_OPA

This m-file is the callback of the OPA button in the "Factor analysis" menu

This m-file is just there to arrange data before calling opa.m and so on. It is the first called m-file when a user wants to perform an OPA analysis on a data matrix.

function [ModelIn,ModelOut]=opaseb(ModelIn,ModelOut);

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)

Subroutines
Calls opa

Author:
Sébastien Gourvénec
ChemoAC, V.U.B., Laarbeeklaan 103,
B-1090 Brussel
Belgium
Date: July 2002

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

References