Matlab Error License Manager Error -4
조회 수: 4 (최근 30일)
이전 댓글 표시
I am currently attempting to create a digital equalizer utilizing matlab. Everything was going well until I attempted to perform the FIR filtration of my signal. I am currently working remotely via my University which has full access to all toolboxes / aspects of Matlab. I was wonder if this error is something on my end or how to go about fixing this error:
>> filter1=fir1(N,Wn1);
License checkout failed. License Manager Error -4 Maximum number of users for Signal_Toolbox reached. Try again later. To see a list of current users use the lmstat utility or contact your License Administrator.
Diagnostic Information: Feature: Signal_Toolbox License path: Path exists, deleted for privacy sake. Licensing error: -4,132.
댓글 수: 0
답변 (1개)
Jason Ross
2012년 9월 18일
편집: Jason Ross
2012년 9월 18일
If you use the lmstat command, it will contact the license server and you can see how many licenses are in use for signal_toolbox. Sounds like all of the licenses are in use -- lmstat will tell you how many copies you have and how many are in use -- and if memory serves, by who.
You'll likely need to contact the staff who manage the license server.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Manage Products에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!