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!