createCategory
Create category of project labels
Syntax
Description
createCategory(
creates a new category of labels in the specified project.proj
,categoryName
)
createCategory(
also specifies the type of data to store in labels of the new category. For more
information on data types, see Fundamental MATLAB Classes.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 a single-valued category, then you can
attach multiple labels from the category to a file.proj
,categoryName
,dataType
,"single-valued")
Examples
Input Arguments
Output Arguments
Tips
After you create a new category, you can create labels in the new category using the
createLabel
function.
Version History
Introduced in R2019a