Matlab Statistics and Machine Learning Toolbox license is missing

조회 수: 27 (최근 30일)
Jayasuriya Senthilvelan
Jayasuriya Senthilvelan 2018년 8월 5일
다시 열림: Walter Roberson 2018년 12월 22일
A few months back I bought and installed the Statistics and Machine Learning Toolbox from MathWorks. I subsequently installed it, activated and successfully used it in my work.
Now, however, when I type
>> kmeans
To use 'kmeans', the following product must be licensed, installed, and enabled:
Statistics and Machine Learning Toolbox
I'm pretty sure the toolbox is installed as I can see the Classification Learner App in the Matlab GUI. I think the problem is with license and I'm not sure why this happened all of sudden.
Another quick note: once when I left Matlab unattended it lost access to the server. When I checked back it said:
MATLAB has lost its connection to the license manager.
MATLAB will make 10 more reconnection attempt(s) and then exit. Any unsaved changes will be lost.
I don't know if this might have somehthing to do with my missing license. Please let me know how I can get my license back.
Thanks.

채택된 답변

Andreas Goser
Andreas Goser 2018년 8월 7일
The "ver" command returns installed products, but it is likely your installation is fine. To see licensing, use
license('test','Statistics_Toolbox')
or
license('checkout','Statistics_Toolbox')
If it returns a 0, then something is from with checking out the license from the license server. You probably need to reach out to your IT to solve that.
  댓글 수: 1
Jayasuriya Senthilvelan
Jayasuriya Senthilvelan 2018년 8월 7일
Thanks for your answer. After I called Matlab support, it turns out I only got the trial version of the toolbox.

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

추가 답변 (0개)

카테고리

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