我是matlab的新手。每次我尝试使用 cftool 时,都会出现以下错误
Error using iLicenseCheck (line 228)
The function SFTOOL requires Curve Fitting Toolbox.
Error in C:\Program\Files\MATLAB\R2012a\toolbox\curvefit\cftoolgui\private\sftool_v1.p>sftool_v1 (line 40)
Error in cftool (line 148)
theApplication = sftool_v1( varargin, names);
如果我尝试使用 sftool,则会出现以下错误
Warning: SFTOOL will be removed in a future release. Use CFTOOL instead.
> In sftool at 34
Error using iLicenseCheck (line 228)
The function SFTOOL requires Curve Fitting Toolbox.
Error in C:\Program\Files\MATLAB\R2012a\toolbox\curvefit\cftoolgui\private\sftool_v1.p>sftool_v1 (line 40)
Error in sftool (line 49)
h = sftool_v1(varargin, names);
我正在使用它我的 uni 计算机,所以我怀疑它是任何许可证问题。我需要这个紧急工作,任何帮助将不胜感激。