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

1 Ansicht (letzte 30 Tage)
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 Kommentare
Andreas Urbán
Andreas Urbán am 3 Mär. 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.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Produkte


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by