export
Export SimBiology models for deployment and standalone applications
Syntax
Description
returns a exportedModel = export(model)SimBiology.export.Model object,
exportedModel, from a SimBiology model object,
model including all doses which are editable in the
exported model. In addition, if the model has any active
variants, they are automatically applied to determine the default initial values in
the exported model. By default, all species, parameters, compartments, and doses are
editable in the exported model. When you simulate the exported model, you can
specify different initial values or different dose conditions.
specifies exportedModel = export(model,editobjs)editobjs, which is a species, parameter, compartment,
or vector of these objects that are editable in the exported model. All doses are
exported and are editable in the exported model. If the model
has any active variants, they are automatically applied to determine the default
initial values in the exported model. When you simulate the exported model, you can
specify different initial values for editobjs or different dose
conditions.
additionally specifies exportedModel = export(model,editobjs,modifiers)modifiers which is a dose, variant,
vector of these objects or an empty array [].
Method Summary
Methods for exported model objects
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 |
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2012b