Discussion Closed This discussion was created more than 6 months ago and has been closed. To start a new discussion with a link back to this one, click here.
Postprocessing access to timespecific values
Posted 2019年11月17日 GMT-5 06:58 Parameters, Variables, & Functions, Results & Visualization, Equation-Based Modeling Version 5.4 1 Reply
Please login with a confirmed email address before reporting spam
Hey there, I have a big issue with the following topic.
I created an time dependent model which includes a few ODEs calculating the biochemical concentrations. I need a small step size to get adequat numerical values. Since I want to optimise some of my model parameters with matlab I try to generate a value to compare. There is already a STOP function implemented which stops the model if a concentration goes below a specific value.
To generate the optimisation function I want to access the values of the concentrations in specific time points which are also dependend of the last time step of the simulation to compare those with manually imported datas.
So is there a possibility to access ODE values at specific time points which are calculated with the time point of the end of the simulation?
Thanks a lot!