(Not recommended) Create category of project labels
simulinkproject
is not recommended. Use currentProject
or openProject
instead. For more information, see Compatibility Considerations.
createCategory(
creates a new category of labels proj
,categoryName
)categoryName
in the project
proj
.
createCategory(
specifies the class of data to store in labels of the new category.proj
,categoryName
,dataType
)
createCategory(
specifies a single-valued category, where you can attach only one label from the
category to a file. If you do not specify single-valued, then you can attach
multiple labels from the category to a file.proj
,categoryName
,dataType
, single-valued
)
After you create a new category, you can create labels in the new category. See
createLabel
.