Superclasses:
Exported SimBiology model object
Exported SimBiology® models are limited-access models that can be simulated and accelerated. You can speedup simulation of exported models using Parallel Computing Toolbox™, and deploy exported models using MATLAB® Compiler™.
By default, all active dose objects, species, parameters, and compartments export with a SimBiology model, and are editable in the exported model object. You can limit which doses, species, parameters, and compartments are editable using additional options during export. Reactions, rules, and events are never editable in an exported model.
Use the export
method
to export a SimBiology model.
export (model) | Export SimBiology models for deployment and standalone applications |
|
Function files the model depends on. This property is read only. |
|
Text with additional information associated with the exported model. This property is read only. |
|
Creation time of the exported model. This property is read only. |
|
Vector of initial values for modifiable species, compartments, and parameters. |
|
Name of the exported model. This property is read only. |
|
HTML text describing the exported model object. This property is read only. |
|
|
|
Array of |
accelerate | Prepare exported SimBiology model for acceleration |
getIndex | Get indices into ValueInfo and InitialValues properties |
getdose | Return exported SimBiology model dose object |
isAccelerated | Determine whether an exported SimBiology model is accelerated |
simulate | Simulate exported SimBiology model |
Handle. To learn how handle classes affect copy operations, see Copying Objects.