getequations
Return system of equations for model object
Syntax
equations = getequations(modelobj)
equations = getequations(modelobj,configsetobj,variantobj,doseobj)
Description
returns equations
= getequations(modelobj
)equations
, a character vector containing the system of
equations that represent modelobj
, a model object
. The function uses any active
configset, active variants, and active doses, if any, and generates the system of
equations. You must specify a deterministic solver.
returns the system of equations that represent the model specified by a
equations
= getequations(modelobj
,configsetobj
,variantobj
,doseobj
)Model
object, Variant
objects, and dose
objects (RepeatDose
or ScheduleDose
). The function
uses only the specified configset, doses, and variants to generate the equations. Any
other configset, doses, and variants are ignored. You must specify a deterministic
solver.
If you set csObj
to []
, then the function uses
the active configset object.
If you set variantObj
to []
, then the function
uses no variants.
If you set doseObj
to []
, then the function
uses no doses.
Input Arguments
|
Object of the Note If using |
|
Object of the Default: |
|
Object or array of objects of the Default: |
|
Object or array of objects of the Default: |
Output Arguments
|
Character vector containing the system of equations that represent a model. Equations for reactions, rules, events, variants, and doses are included. |
Examples
Tips
Use getequations
to see the system of equations that represent a
model for:
Publishing purposes
Model debugging