OPA3Report

Location: ..\CuBatch\Model_OPA3\OPA3Report.m

function OPA3Report (MainFig,ReportStruct,Fil_id);

Description:
Makes report of an existing OPA3D model

This m-file allows the user to save as a *.txt file all informations concerning the OPA3D model that was just performed. For instance, parameters of the algorithm or constraints that were used are saved through this m-file. It is the callback of "Export"/"Report to *.txt file" Since different models are implemented in CuBatch, differents functions "name_of_the_method_report" exist.

Inputs:
MainFig: handler of the main figure
ReportStruct: Insert description
Fil_id: Insert description

Outputs:
None

Called by:
SaveReport

Subroutines:
Internal: None
External: getcvdata, opa3d

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

Last modified: 07-Nov-2002 15:17:58

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

References