SimBiology

SimBiology

Public Channel

Rebeca Hannah Oliveira in MATLAB Answers
Last activity on 19 Jun 2026 at 21:32

I want to compute the Bootstrap 95% confidence interval using sbiopredictionci after the optimization (sbiofit) of my model parameters. The whole process is being done programatically (not through Simbiology GUI). However, because of the large model, it can take a long time to run many Bootstrap samples, so I was wondering if there is a way to implement some type of progress bar, or even just print to the command window which sample is currently running. I couldn't find a solution online, unfortunately, other than using a custom Bootstrap function instead of calling sbiopredictionci. Is there any way to do this?