mmgetalltags
Get all assigned tags for a branch.
Syntax
tags = mmgetalltags(branch)
Description
The functions returns all assigned tags for a specific branch. Assigned tags are not the same as tags used to identify nodes in the model tree. Assigned tags are keywords that are assigned to items (for example, models) in Model Manager such as "Multiphysics" or "Fluid_Dynamics".
Example
branch = mmgetbranch('Main', 'Repository 1', 'MyDatabase')
tags = mmgetalltags(branch)
See also
mmgetbranch
,
mmmodelinfo
,
mmsave