Deployment
Create standalone applications to simulate SimBiology® models on target computers that do not have MATLAB® and SimBiology installed. Create standalone apps by using
compiler.build.standaloneApplication
or the
Application Compiler app. Standalone applications run on
Windows®, Linux®, and macOS. You can also design interactive web apps using the App
Designer, package them using MATLAB
Compiler™, and host them on MATLAB
Web App Server™.
Tip
Using a SimFunction object
for deployment is recommended for most use cases. However, if you
need the flexibility to be able to change the simulation settings in
the deployed app, use SimBiology.export.Model
.
Functions
Objects
Apps
Application Compiler | Package MATLAB programs for deployment as standalone applications |
SimBiology Model Builder | Build QSP, PK/PD, and mechanistic systems biology models interactively (Since R2020b) |
SimBiology Model Analyzer | Analyze QSP, PK/PD, and mechanistic systems biology models |
Topics
- Deploy a SimBiology Model Using SimFunction
This example shows how to compile a SimBiology® model using
SimFunction
and MATLAB® Compiler™ and create a web app archive to deploy in MATLAB Web App Server™. - Deploy a SimBiology Exported Model
This example shows how to deploy a graphical application that simulates a SimBiology® model.
- Deploy Web App (MATLAB Compiler)
Learn how to deploy a web app.
- Develop Apps Using App Designer
Develop apps interactively using App Designer