(Not recommended) Remove label from project
simulinkproject
is not recommended. Use currentProject
or openProject
instead. For more information, see Compatibility Considerations.
removeLabel(
removes the specified label in the category file
,categoryName
,labelName
)categoryName
from
the file. Use this syntax to specify category and label by name.
removeLabel(
removes the specified label file
,labelDefinition
)labelDefinition
from the file.
Before you can remove the label, you need to get the label from the
file.Label
property or by using findLabel
.