How to find correct "feature" name for parallel computing toolbox?

4 ビュー (過去 30 日間)
Clay Fulcher
Clay Fulcher 2025 年 4 月 28 日
コメント済み: Clay Fulcher 2025 年 4 月 28 日
When using the "license" command, the help documentation specifies the use of a string in "feature" corresponding to the name of the toolbox. We have the Parallel Computing Toolbox installed, but the license command does not recognize feature='Parallel_Toolbox' or Parallel_Computing_Toolbox'. Is there a list of the correct entries for "feature" for all toolboxes?
Thanks.

採用された回答

Walter Roberson
Walter Roberson 2025 年 4 月 28 日
  1 件のコメント
Clay Fulcher
Clay Fulcher 2025 年 4 月 28 日
Thank you Walter, I greatly appreciate it. And thanks for the link.

サインインしてコメントする。

その他の回答 (1 件)

Cris LaPierre
Cris LaPierre 2025 年 4 月 28 日
The easiest way for me is to use the toolbox, then run license('inuse')
Starting parallel pool (parpool) using the 'Processes' profile ...
Connected to parallel pool with 4 workers.
>> license('inuse')
distrib_computing_toolbox
matlab
So after starting a parellel pool, I was able to see the feature name is 'distrib_computing_toolbox'.
If you wanted to test if that specific license was in use, you could do the following:
license('inuse','distrib_computing_toolbox')

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

製品


リリース

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by