findUnusedComponents
Find unused species, parameters, and compartments in a model
Syntax
Description
returns a vector of species, compartments, and parameters that are not used in
unused = findUnusedComponents(model)model, which is a SimBiology®
Model object. For details of what
SimBiology checks to decide whether a component is used, see Component Usage.
also searches for unused components in unused = findUnusedComponents(model,dose)dose, which is a
RepeatDose object, ScheduleDose object, or a vector of
dose objects.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2016b