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.

Parameters
  • 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

Return Value
  • o2flag: void