无法找到< lteRMCDL的精确(区分大小写)匹配项

时间:2015-03-12 14:35:53

标签: matlab case-sensitive toolbox lte

我尝试使用函数lteRMCDL.m,但之后它返回:

x=lteRMCDL('R.5')
Cannot find an exact (case-sensitive) match for 'lteRMCDL'

The closest match is: LteRMCDL in
/usr/local/MATLAB/R2014a/toolbox/lte/lteobsolete/LteRMCDL.m

然后,我尝试了LteRMCDL.m。不幸的是它回归:

x=LteRMCDL('R.5')
Cannot find an exact (case-sensitive) match for 'lteRMCDL'

The closest match is: LteRMCDL in
/usr/local/MATLAB/R2014a/toolbox/lte/lteobsolete/LteRMCDL.m


Error in obsoleteLTEFunction (line 8)
[varargout{1:nargout}]= newfunction(args{:});

Error in LteRMCDL (line 12)
[varargout{1:nargout}] = obsoleteLTEFunction(mfilename,'lteRMCDL',varargin);

有没有人已经解决过这类问题?

提前致谢

0 个答案:

没有答案