findUsages
Find out how a species, parameter, or compartment is used in a model
Syntax
Description
[
returns a vector of components that use the componentList
,usageTable
]
= findUsages(object
)object
and a table
providing details about the usages. The object
can be a
species, parameter, or compartment object. For details of what SimBiology® checks to decide whether a component is used, see Component Usage.
[
also searches for usages of the componentList
,usageTable
]
= findUsages(object
,dose
)object
in
dose
, which is a RepeatDose object
, ScheduleDose object
, or a vector of
dose objects.
[
also searches for usages of the componentList
,usageTable
]
= findUsages(object
,dose
,variant
)object
in
variant
, which is a Variant object
or a vector of
variant objects.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2016b