sbiosimulate | Simulate SimBiology model |
sbioaccelerate | Prepare model object for accelerated simulations |
sbiosampleparameters | Generate parameters by sampling covariate model (requires Statistics and Machine Learning Toolbox software) |
sbiosampleerror | Sample error based on error model and add noise to simulation data |
addconfigset | Create configuration set object and add to model object |
addobservable | Add observable object to SimBiology model |
getconfigset | Get configuration set object from model object |
createSimFunction | Create SimFunction object |
sbioplot | Plot simulation results in one figure |
sbiosubplot | Plot simulation results in subplots |
sbiotrellis | Plot data or simulation results in trellis plot |
SimData | Simulation data |
Configset | Solver settings information for model simulation |
SolverOptions | Specify model solver options |
RuntimeOptions | Options for logged species |
CompileOptions | Dimensional analysis and unit conversion options |
SimFunction | Function-like interface to execute SimBiology models |
SimFunctionSensitivity object | SimFunctionSensitivity object, subclass of SimFunction object |
Scenarios | Simulation scenarios |
SimBiology Model Builder | Build QSP, PK/PD, and mechanistic systems biology models interactively |
SimBiology Model Analyzer | Analyze QSP, PK/PD, and mechanistic systems biology models |
Scan Dosing Regimens Using SimBiology Model Analyzer App
Explore multiple dosing amounts that meet the efficacy and toxicity thresholds.
This example shows how to perform a parameter scan by simulating a model multiple times, each time varying the value of a parameter.
Simulate dynamic models using various solvers.
SimBiology® uses a solver function to compute solutions for a system of differential equations at different time intervals during model simulation.
Accelerating Model Simulations and Analyses
Accelerate the simulation or analysis by converting the model to compiled C code.