Is it possible to use an output function with sbiosimulate as with the ODE solver suite?

5 views (last 30 days)
As per my question, I would like to be able to set up an output function to use with sbiosimulate. I couldn't find anything from my bit of online searching nor from the sbiosimulate documentation. If anyone who is more familiar with SimBiology could send an example I would appreciate it.
For some reference, I am trying to set up a code to sample a parameter space and evaluate if a given position is viable (as in doesn't fail to evaluate or take too long to solve). The latter point is where I am having my issue as I don't know how to set up a timeout function without using the method from this post: How can I set a timeout for slow executing codes?. Also, the model I am using is rather large (~40 species, 150 parameters) so I would prefer to not have to convert it for use with the ODE solver suite.
Thanks for any help or pointers you can give!

Accepted Answer

Arthur Goldsipe
Arthur Goldsipe on 9 Jun 2016
Hi Kevin,
In SimBiology you can set the maximum number of seconds that a simulation should take by setting the configset property MaximumWallClock. This property is described in more detail here.
-Arthur

More Answers (0)

Communities

More Answers in the  SimBiology Community

Categories

Find more on Scan Parameter Ranges in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!