New toolbox installation activation with site license

조회 수: 2 (최근 30일)
Joe G.
Joe G. 2019년 8월 1일
댓글: Kevin Chng 2019년 8월 6일
The company has a Matlab site license. I was authorized to add 2 toolboxes to my license. The toolboxes were installed and show up in the Add-On Manager window, yet when I type "ver" at the prompt only Matlab with original toolboxes previously installed show up. Is there an additional step required to activate these additional toolboxes?

답변 (2개)

Kevin Chng
Kevin Chng 2019년 8월 2일
MATLAB stores a list of toolboxes in a cache file.
If you install a new toolbox, the cache file may not be updated.
To resolve this issue, you can update the toolbox cache file by executing the following command from the MATLAB Command Window:
>> rehash toolboxcache
After executing this command, please restart MATLAB and execute the "ver" command again. It should now list all the toolboxes installed on your machine.

Joe G.
Joe G. 2019년 8월 5일
The answer above helped me find the full solution to this issue that has been addressed by the Mathworks team here:
The key was these two additional commands:
>> restoredefaultpath
>> savepath
Thank you for the initial tip that led me to this solution.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by