What are the intended uses of the default categories in a blank project?

1 view (last 30 days)
On creating a new blank project using matlab.project.createProject I get these categories by default:
resources/project/Root.type.Categories/FileClassCategory.type.Category
resources/project/Root.type.Categories/FileClassCategory.type.Category/derived.type.Label.xml
resources/project/Root.type.Categories/FileClassCategory.type.Category/artifact.type.Label.xml
resources/project/Root.type.Categories/FileClassCategory.type.Category/design.type.Label.xml
resources/project/Root.type.Categories/FileClassCategory.type.Category/test.type.Label.xml
resources/project/Root.type.Categories/FileClassCategory.type.Category/convenience.type.Label.xml
resources/project/Root.type.Categories/FileClassCategory.type.Category/none.type.Label.xml
resources/project/Root.type.Categories/FileClassCategory.type.Category/other.type.Label.xml
Searching the docs I found that files labeled Test will be tested on runtests. No such luck finding the purpose of any other categories.
What are the other categories for?
  2 Comments
Andreas Urbán
Andreas Urbán on 3 Mar 2022
On the page Analyze Project Dependencies - MATLAB & Simulink - MathWorks Nordic I find a "Classification" view mentioned that lists Artifact, Design, and Test classifications. The picture suggests that:
  • Artifact is data
  • Design is implementation
  • Test are... tests
That leaves classifications 'derived', 'convenience', 'none', and 'other' without known uses.

Sign in to comment.

Answers (0)

Products


Release

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!