MathWorks Support Team in MATLAB Answers
最後のアクティビティ: 2024 年 3 月 31 日

I have a big and complicated model in SimBiology and when am running a simulation, it freezes. I have ran simple examples from the documentation and they run just fine. Why are my SimBiology simulations freezing in bigger and complex models? Can it be a mathematical instability in my model? kA00Z000001Dg8qSAC 000114207
emjey in MATLAB Answers
最後のアクティビティ: 2020 年 3 月 2 日

I run many simulations in a loop (global sensitivity analysis) and would like to terminate stuck simulations by setting 'MaximumWallClock' (there parameter sets which make a model stiff and difficult to solve). Is there a build in way to flag simulations terminated in such way? The reason for this is that I need to discard those results because it would falsify the analysis outcome.
Abed Alnaif in MATLAB Answers
最後のアクティビティ: 2020 年 2 月 25 日

Hello, A few questions that are related to each other: Does the 'MaximumWallClock' property (https://www.mathworks.com/help/simbio/ref/maximumwallclock.html) apply only to 'sbiosimulate', or also to simfunctions and 'sbiofit'? If it does apply to simfunctions, would the specification of output times in the call of the simfunction override the MaximumWallClock setting, as suggested to be the case for 'sbiosimulate' in the link above? If the 'MaximumWallClock' property is used in 'sbiofit', what is the objective function value assigned to a failed simulation? Thank you, Abed