Function amiwrap

Function Documentation

noret::substitute amiwrap(matlabtypesubstitute varargin)

AMIWRAP generates c++ mex files for the simulation of systems of differential equations via CVODES and IDAS.

param varargin:

amiwrap ( modelname, symfun, tdir, o2flag ) 
Required Parameters for varargin:
  • modelname specifies the name of the model which will be later used for the naming of the simulation file

  • symfun specifies a function which executes model definition

  • tdir target directory where the simulation file should be placed Default: $AMICIDIR/models/modelname

  • o2flag boolean whether second order sensitivities should be enabled Default: false

retval o2flag:

void