License error or the function?
5 次查看(过去 30 天)
显示 更早的评论
when in debug-run the function always appear like this:
??? License checkout failed.
License Manager Error -4
Maximum number of users for Statistics_Toolbox reached.
Try again later.
To see a list of current users use the lmstat utility or contact your License Administrator.
Troubleshoot this issue by visiting:
http://www.mathworks.com/support/lme/R2008a/4
Diagnostic Information:
Feature: Statistics_Toolbox
License path: C:\Documents and Settings\Michael\Application Data\MathWorks\MATLAB\R2008a_licenses;C:\Program Files\MATLAB\R2008a\licenses\license.dat;C:\Program
Files\MATLAB\R2008a\licenses\network.lic;
FLEXnet Licensing error: -4,132.
Error in ==> MKprob1 at 41
[F X]=ecdf(p);
.
but when i try to run another function, the function is run well.
0 个评论
采纳的回答
José-Luis
2012-11-27
编辑:José-Luis
2012-11-27
It looks like you are using a license server, and that all the licenses for the statistics toolbox are in use ( ecdf() is a function in that toolbox).
Find out who in your department is using it, unplug their computer and try again.
In all seriousness, you could ask IT to get more licenses, or you wait until one is freed up, or you could write your own version of ecdf(), or you could look in the file exchange to see if someone has already done that.
更多回答(1 个)
Vishal Rane
2012-11-27
Check if you are able to run any basic function from Statistics_Toolbox in the command window first.
If you get the same error it is due to unavailablility of spare licenses on the server.
另请参阅
类别
在 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!