DisplayModel

Location: ..\cubatch\private\DisplayModel.m

function DisplayModel (ModelOut);

Description:
Displays in the InfoBox the informations about the current model. The called function is determined on the model name as saved in the ModelOut structure. The ModelIn structure is taken from the application data of the main figure. For some of the models (currently PARAFAC and nPLS/PLS) the main input is overridden by the ModelOut stored in the current axes application data: "ModelOut" (this allows to select a certain model when more than one has been computed and to display only the relative information).
In case no model is present, the function DisplayInfo is called.
Note: the main window's handle is found by means of findobj(
'type','figure','userdata','Cubatch')
The presence of two CuBatch windows at the same time interferes with this syntax and it is therefore not allowed in the current implementation of the program.

Inputs:
ModelOut: ModelOut structure

Outputs:
None

Called by:
CuBatch, ResizeCuBatch

Subroutines:
Internal: None
External: displayinfo

Author:
Giorgio Tomasi
Royal Agricultural and Veterinary University
MLI, LMT, Chemometrics group
Rolighedsvej 30
DK-1958 Frederiksberg C
Danmark

Last modified: 05-Nov-2002 16:38:46

Contact: Giorgio Tomasi, gt@kvl.dk

References