(Not recommended) Get project file label
simulinkproject
is not recommended. Use currentProject
or openProject
instead. For more information, see Compatibility Considerations.
returns the label and its attached data for the label label
= findLabel(file
,categoryName
,labelName
)labelName
in
the category categoryName
that is attached to the specified
file
or files. Use this syntax when you know the label name and
category.
returns the file label and its attached data for the label name and category specified
by label
= findLabel(file
,labelDefinition
)labelDefinition
. Use this syntax if you previously got a
labelDefinition
by accessing a Labels
property, e.g., using a command like myfile.Labels(1)
.