Back to Top
Abstract Kinetic Law
Back to Top
Compartments
| Annotation | Store link to URL or file |
| Capacity | Compartment capacity |
| CapacityUnits | Compartment capacity units |
| Compartments | Array of compartments in model or compartment |
| ConstantCapacity | Specify variable or constant compartment capacity |
| Name | Specify name of object |
| Notes | HTML text describing SimBiology object |
| Owner | Owning compartment |
| Parent | Indicate parent object |
| Species | Array of species in compartment object |
| Tag | Specify label for SimBiology object |
| Type | Display top-level SimBiology object type |
| UserData | Specify data to associate with object |
Back to Top
Configuration Sets
Back to Top
Events
Properties for event objects
| Active | Indicate object in use during simulation |
| Annotation | Store link to URL or file |
| EventFcns | Event expression |
| Name | Specify name of object |
| Notes | HTML text describing SimBiology object |
| Parent | Indicate parent object |
| Tag | Specify label for SimBiology object |
| Trigger | Event trigger |
| Type | Display top-level SimBiology object type |
| UserData | Specify data to associate with object |
Back to Top
Kinetic Laws
Back to Top
Models
| Annotation | Store link to URL or file |
| Compartments | Array of compartments in model or compartment |
| Events | Contain all event objects |
| Models | Contain all model objects |
| Name | Specify name of object |
| Notes | HTML text describing SimBiology object |
| Parameters | Array of parameter objects |
| Parent | Indicate parent object |
| Reactions | Array of reaction objects |
| Rules | Array of rules in model object |
| Tag | Specify label for SimBiology object |
| Type | Display top-level SimBiology object type |
| UserData | Specify data to associate with object |
Back to Top
Parameters
| Annotation | Store link to URL or file |
| ConstantValue | Specify variable or constant parameter value |
| Name | Specify name of object |
| Notes | HTML text describing SimBiology object |
| Parent | Indicate parent object |
| Tag | Specify label for SimBiology object |
| Type | Display top-level SimBiology object type |
| UserData | Specify data to associate with object |
| Value | Assign value to parameter object |
| ValueUnits | Parameter value units |
Back to Top
PKCompartment
Back to Top
PKData
Back to Top
PKModelDesign
Back to Top
PKModelMap
Back to Top
Reactions
| Active | Indicate object in use during simulation |
| Annotation | Store link to URL or file |
| KineticLaw | Show kinetic law used for ReactionRate |
| Name | Specify name of object |
| Notes | HTML text describing SimBiology object |
| Parent | Indicate parent object |
| Products | Array of reaction products |
| Reactants | Array of reaction reactants |
| Reaction | Reaction object reaction |
| ReactionRate | Reaction rate equation in reaction object |
| Reversible | Specify whether reaction is reversible or irreversible |
| Stoichiometry | Species coefficients in reaction |
| Tag | Specify label for SimBiology object |
| Type | Display top-level SimBiology object type |
| UserData | Specify data to associate with object |
Back to Top
Root
Back to Top
Rules
| Active | Indicate object in use during simulation |
| Annotation | Store link to URL or file |
| Name | Specify name of object |
| Notes | HTML text describing SimBiology object |
| Parent | Indicate parent object |
| Rule | Specify species and parameter interactions |
| RuleType | Specify type of rule for rule object |
| Tag | Specify label for SimBiology object |
| Type | Display top-level SimBiology object type |
| UserData | Specify data to associate with object |
Back to Top
SimData
| Data | Store simulation data |
| DataCount | Numbers of species, parameters, sensitivities |
| DataInfo | Metadata labels for simulation data |
| DataNames | Show names in SimData object |
| ModelName | Name of model simulated |
| Name | Specify name of object |
| Notes | HTML text describing SimBiology object |
| RunInfo | Information about simulation |
| Time | Show simulation time steps |
| TimeUnits | Show stop time units for simulation |
| UserData | Specify data to associate with object |
Back to Top
Species
Back to Top
Unit
| Annotation | Store link to URL or file |
| Composition | Unit composition |
| Multiplier | Relationship between defined unit and base unit |
| Name | Specify name of object |
| Notes | HTML text describing SimBiology object |
| Offset | Unit composition modifier |
| Parent | Indicate parent object |
| Tag | Specify label for SimBiology object |
| Type | Display top-level SimBiology object type |
| UserData | Specify data to associate with object |
Back to Top
Unit Prefix
| Annotation | Store link to URL or file |
| Exponent | Exponent value of unit prefix |
| Name | Specify name of object |
| Notes | HTML text describing SimBiology object |
| Parent | Indicate parent object |
| Tag | Specify label for SimBiology object |
| Type | Display top-level SimBiology object type |
| UserData | Specify data to associate with object |
Back to Top
Variant
| Active | Indicate object in use during simulation |
| Annotation | Store link to URL or file |
| Content | Contents of variant object |
| Name | Specify name of object |
| Notes | HTML text describing SimBiology object |
| Parent | Indicate parent object |
| Tag | Specify label for SimBiology object |
| Type | Display top-level SimBiology object type |
| UserData | Specify data to associate with object |
Back to Top
Using Object Properties
Command-line syntax for entering and retrieving property values.
Back to Top of Section
Entering Property Values
Enter or change a single property value using dot notation.
ObjectName.PropertyName = PropertyValue
Enter or change one or more property values using the MATLAB function
set.
set(ObjectName, 'Propertyname', PropertyValue, ...)
Back to Top of Section
Retrieving Property Values
Retrieve a single property value using dot notation.
PropertyValue = ObjectName.PropertyName
Retrieve one or more property values using the MATLAB function get.
PropertyValue(s) = get(ObjectName, 'PropertyName', ...)
Retrieve one or more property values using the object method get.
PropertyValue(s) = ObjectName.get('PropertyName', ...)List or retrieve all property values using one of the following
commands:
get(ObjectName)
AllPropertyValues = get(ObjectName)
ObjectName.get
Back to Top of Section
Help for Objects, Methods, and Properties
Display information for SimBiology object methods and properties
in the MATLAB Command Window.
| help sbio | Display a list of functions and methods. |
| help FunctionName | Display function information. |
| sbiohelp('MethodName') | Display method information. |
| sbiohelp('PropertyName') | Display property information. |
 | verify (model, variant) | | Properties — Alphabetical List |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit