How do I use the License Borrowing UI to borrow licenses from within MATLAB?

69 ビュー (過去 30 日間)
I would like instructions on using the License Borrowing UI feature.

採用された回答

MathWorks Support Team
MathWorks Support Team 2021 年 12 月 9 日
編集済み: MathWorks Support Team 2021 年 3 月 18 日
The license borrowing UI is only available for R2009b and higher.
In order to use license borrowing, it must be enabled by MathWorks support on your network license. If you are an end user, please speak to your license administrator to see if your MATLAB license has borrowing available. If you are a license administrator, please contact MathWorks support if you would like to enable license borrowing on your network license.
To enable the Borrowing User Interface in MATLAB, run the following command within MATLAB, and then close and re-launch MATLAB:
For MATLAB R2014a and newer releases:
matlab.internal.licensing.enableBorrowUI(true)
For MATLAB R2009b - R2013b:
com.mathworks.mde.licensing.borrowing.BorrowUI.enableFeature(true);
After closing and re-launching MATLAB, go to the 'Help' dropdown menu within the 'Home' tab, and select 'Licensing' and then 'Borrow Products...'
For additional information on enabling and using the Borrow UI, see the attached License Borrowing Interface Guide.
For information on managing license borrow enabled licenses see the Borrowing Licenses Documentation:
  1 件のコメント
Markus Leuthold
Markus Leuthold 2020 年 9 月 15 日
How do I borrow a product programmatically (via command line instead of GUI)?

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeManage Products についてさらに検索

タグ

タグが未入力です。

製品


リリース

R2009b

Community Treasure Hunt

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

Start Hunting!

Translated by