Matlab Error License Manager Error -4
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Jason Ross
il 18 Set 2012
Modificato: Jason Ross
il 18 Set 2012
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 Commenti
Vedere anche
Categorie
Scopri di più su Manage Products in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!