ライセンスに含まれている製品の Feature 名はどのように取得しますか?

조회 수: 38 (최근 30일)
MathWorks Support Team
MathWorks Support Team 2015년 6월 10일
편집: MathWorks Support Team 2025년 2월 21일
ライセンスに含まれている toolbox の feature 名をどのように取得しますか?

채택된 답변

MathWorks Support Team
MathWorks Support Team 2025년 2월 21일
편집: MathWorks Support Team 2025년 2월 21일
MATLAB で特定のツールボックスのライセンス Feature 名を確認するには、以下のコマンドを実行します。
com.mathworks.product.util.ProductIdentifier.get('ここに製品名を挿入').getFlexName
このコマンド全体は大文字と小文字を区別し、ツールボックス名はシグルクォートで囲む必要があります。ver で表示される通りに記載する必要があります。
この方法は双方向に機能し、以下のコマンドで特定のライセンス Feature 名に関連付けられた製品名を取得できます。
com.mathworks.product.util.ProductIdentifier.get('ここに Feature 名を挿入')

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 起動と終了에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!