Main Content

simbiology

Open SimBiology Model Builder

Description

simbiology opens the SimBiology Model Builder app.

simbiology(m1) opens the SimBiology model m1 in the SimBiology Model Builder app.

If the SimBiology Model Builder or SimBiology Model Analyzer app is already open, you cannot load a model from the command line. Load the model from the app directly.

example

simbiology(prjFile) opens the project file prjFile in the SimBiology Model Builder app.

Warning

SimBiology projects (SBPROJ) are not forward-compatible. Do not load the projects that you created and saved using SimBiology apps from a newer version (such as R2024a) into an older version (such as R2023a) of the apps.

Examples

collapse all

Open the PK/PD model for an antibacterial agent as described in Perform PK/PD Modeling and Simulation to Guide Dosing Strategy for Antibiotics.

simbiology('AntibacterialPKPD.sbproj');

Input Arguments

collapse all

SimBiology model, specified as a SimBiology Model object.

SimBiology project file name, specified as a character vector or string. Specify a file name or path and file name of a SimBiology project (SBPROJ) file. If you specify only a file name, the file must be on the MATLAB search path or in the current folder.

Data Types: char | string

Version History

Introduced in R2009a

expand all