Function amici::expDataFromMatlabCall

Function Documentation

std::unique_ptr<ExpData> amici::expDataFromMatlabCall(const mxArray *prhs[], const Model &model)

expDataFromMatlabCall parses the experimental data from the matlab call and writes it to an ExpData class object

Return

edata pointer to experimental data object

Parameters
  • prhs: pointer to the array of input arguments

  • model: pointer to the model object, this is necessary to perform dimension checks