0

我正在使用 matlab 中的 lsqcurvefit 函数但是当我运行它时出现错误“许可证检出失败”有人知道是什么原因造成的吗?错误信息如下。

License checkout failed.
License Manager Error -18
Make sure the license file on the MATLAB client matches the license file of the         license server and that the license server has been
started properly.

Troubleshoot this issue by visiting:
http://www.mathworks.com/support/lme/R2011b/18

Diagnostic Information:
Feature: Optimization_Toolbox
License path:
C:\Users\yjan020\AppData\Roaming\MathWorks\MATLAB\R2011b_licenses;C:\Matlab\R2011b        \CK\licenses\license.dat;C:\Matlab\R2011b\CK\licenses\network.lic
FLEXnet Licensing error: -18,147.

Error in lsq (line 7)
x = lsqcurvefit(@fun,x0,xdata,ydata); 
>> lsqcurvefit(@fun,x0,xdata,ydata)
4

1 回答 1

0

您的许可证已过期。您必须更新 Matlab。

于 2012-07-31T01:38:58.690 回答