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

조회 수: 1 (최근 30일)
Andreas Urbán
Andreas Urbán 2022년 2월 23일
댓글: Andreas Urbán 2022년 3월 3일
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