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

2 次查看(过去 30 天)
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 个评论
Andreas Urbán
Andreas Urbán 2022-3-3
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.

请先登录,再进行评论。

回答(0 个)

产品


版本

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by