| Contents | Index |
Use the PKModelDesign object to construct a SimBiology model for PK modeling. The PKModelDesign object lets you specify the number of compartments, the type of dosing, and method of elimination which you then use to construct the SimBiology model object with the necessary compartments, species, reactions, rules, and events.
pkm = PKModelDesign;
Use the addCompartment method to add a compartment with a specified dosing and elimination. addCompartment adds each subsequent compartment and connects it to the previous compartment using a reversible reaction. This reaction models the flux between compartments in a PK model.
The construct method uses the PKModelDesign object to create a SimBiology model object.
The PKModelDesign class is a subclass of the hgsetget class, which is a subclass of the handle class. For more information on the inherited methods see hgsetget and handle.
| PKModelDesign | Create PKModelDesign object |
| addCompartment (PKModelDesign) | Add compartment to PKModelDesign object |
| construct (PKModelDesign) | Construct SimBiology model from PKModelDesign object |
| get (any object) | Get object properties |
| set (any object) | Set object properties |
| PKCompartments | Hold compartments in PK model |
Creating Pharmacokinetic Models in the SimBiology User's Guide, PKCompartment object

See how to analyze, visualize, and model biological data and systems using MathWorks products.
Get free kit| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |