rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
Functions
lin_evol_get_output.m File Reference

lin_evol_get_output_detailed(model, varargin) More...

Go to the source code of this file.

Functions

function [ y
, data ] = 
lin_evol_get_output (model, varargin)
 lin_evol_get_output_detailed(model, varargin) More...
 

Detailed Description

lin_evol_get_output_detailed(model, varargin)

Definition in file lin_evol_get_output.m.

Function Documentation

function [ y , data ] = lin_evol_get_output (   model,
  varargin 
)

lin_evol_get_output_detailed(model, varargin)

Function returns the output which should be optimized. It performs a detailed/reduced simulation (considering varagin = reduced_data or detailed_data) for the mu set in model and returns the output (the average concentration in the lower right quadrant).

in the struct data additional data can be returned

Markus Dihlmann 04.02.2010

Parameters
modelmodel
vararginvarargin
Return values
yy
datadata
Required fields of model:
  • verbose —  flag indicating the verbosity level of informative output
Generated fields of data:
  • nRB —  nRB

Definition at line 17 of file lin_evol_get_output.m.

Here is the call graph for this function: