tuckerconstraints
Location: CuBatch\Model_tucker\tuckerconstraints.m
function
ModelIn = tuckerconstraints (ModelIn);
Description:
It opens a window for setting the constraints for fitting a
Tucker model.
The constraints currently available for Tucker are:
'none',
'non-orthogonality',
'nonnegativity',
'unimodality'
(see the NWay/Tucker help).
Only one type of constraint is possible per mode. The selections are stored
in ModelIn.constraints.
Inputs:
ModelIn: ModelIn
structure
Outputs:
ModelIn: ModelIn
structure, if the button 'OK' is not pressed and the figure is closed otherwise,
ModelIn is returned empty.
Called by:
tuckerb
Subroutines:
Internal: None
External: None
Author:
Christophe Durville
TOTALFINAELF (CReS)
Université Marne-La-Vallée
France
Last modified: 05-Nov-2002 09:56:54
Contact: Christophe Durville, cdurpp@ifrance.com
References