ライセンスに含まれている製品の Feature 名はどのように取得しますか?
34 ビュー (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2015 年 6 月 10 日
編集済み: MathWorks Support Team
2025 年 2 月 21 日 6:56
ライセンスに含まれている toolbox の feature 名をどのように取得しますか?
採用された回答
MathWorks Support Team
2025 年 2 月 21 日 0:00
編集済み: MathWorks Support Team
2025 年 2 月 21 日 6:56
MATLAB で特定のツールボックスのライセンス Feature 名を確認するには、以下のコマンドを実行します。
com.mathworks.product.util.ProductIdentifier.get('ここに製品名を挿入').getFlexName
このコマンド全体は大文字と小文字を区別し、ツールボックス名はシグルクォートで囲む必要があります。ver で表示される通りに記載する必要があります。
この方法は双方向に機能し、以下のコマンドで特定のライセンス Feature 名に関連付けられた製品名を取得できます。
com.mathworks.product.util.ProductIdentifier.get('ここに Feature 名を挿入')
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!