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