OPA3splot

Location: ..\CuBatch\Model_OPA3\OPA3splot.m

function OPA3splot (typ,spl,mi,mo,c,d);

Description:
This m-file is the file that is called for all plots related to OPA3D

When the user wants to get a graphical result from the "Results " menu, this file is used. Both, the interfaced part to choose the parameters of the plot, and the plot itself are done through this m-file


Inputs:
typ (stands for "type") : Type of the graphic that could chosen. Could be 'gra','mod','exv','res','xmo'
spl ("Plot Structure") : Contains all parameters and settings necessary to on plot(like for instance, colors,widths of lines ...etc)
mi (ModelIn) : Structure for inputs (before modelling step)
mo (ModelOut) : Structure for outputs (after modelling step)
c (Content) : Content object
d (CBdataset) : CBdataset object

Outputs:
None

Called by:
defaultplot, opa3activateplots

Subroutines:
Internal: None
External: couleur, guinames, opa3displayinfo, opa3splot, setcvdata

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

Last modified: 06-Sep-2002 15:23:12

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

References