Opasplot

File: opasplot.m
Location: ..\Cubatch\model_OPA

This m-file is the file that is called for all plots related to OPA

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

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

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:

Subroutines


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