Toolboxes installed and licensed, but not in use

조회 수: 15 (최근 30일)
Dirk
Dirk 2022년 4월 7일
댓글: Dirk 2022년 4월 7일
Why are my toolboxes not in use when they are licensed and installed?
>> ver
-----------------------------------------------------------------------------------------------------
MATLAB Version: 9.11.0.1873467 (R2021b) Update 3
MATLAB License Number: redacted
Operating System: macOS Version: 11.6.4 Build: 20G417
Java Version: Java 1.8.0_202-b08 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode
-----------------------------------------------------------------------------------------------------
MATLAB Version 9.11 (R2021b)
Image Processing Toolbox Version 11.4 (R2021b)
Mapping Toolbox Version 5.2 (R2021b)
Optimization Toolbox Version 9.2 (R2021b)
Statistics and Machine Learning Toolbox Version 12.2 (R2021b)
>> license('inuse')
matlab
>> license('test','MAP_Toolbox')
ans =
1
  댓글 수: 2
Les Beckham
Les Beckham 2022년 4월 7일
편집: Les Beckham 2022년 4월 7일
It probably depends on your license type, but I'm pretty sure that if you haven't used any tools from a particular toolbox in your current Matlab session, it won't check out a license for that toolbox. So, you would see the behavior you describe.
You could try
license('checkout','MAP_Toolbox')
license('test','MAP_Toolbox')
Dirk
Dirk 2022년 4월 7일
That worked. Also calling a function within the toolbox first prior to querying 'inuse' worked.

댓글을 달려면 로그인하십시오.

채택된 답변

Steven Lord
Steven Lord 2022년 4월 7일
I'm not entirely certain what your concern is. Are you wondering why license inuse doesn't list all of the products that appear in the output of ver? If so the explanation is simple: you haven't done anything in your MATLAB session that required functionality from that toolbox yet.
You've obviously called functions from MATLAB (if nothing else the license function is part of MATLAB) but you haven't called functions from any other product (or if you have, you did so long enough ago that the toolbox license was returned to the license server.) In your example, did you call any Mapping Toolbox functions before running the first of the license inuse calls?
  댓글 수: 1
Dirk
Dirk 2022년 4월 7일
You are correct. I was testing for 'inuse' prior to (successfully and without typos) calling a function within the toolbox.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Manage Products에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by