Matlab 找不到';的精确(区分大小写)匹配项;lteRMCDL

Matlab 找不到';的精确(区分大小写)匹配项;lteRMCDL,matlab,case-sensitive,toolbox,lte,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 然后,我试着用MCDL.m。不幸的是,它返回: x=LteRMCDL('R.5') Cannot

我尝试使用函数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
然后,我试着用MCDL.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);
有人已经解决了这种问题吗


提前感谢

您的MATLAB版本是什么?“哪个-所有lteRMCDL”显示了什么?我的matlab版本是2014a(8.3.0.534)。”which-all-ltermdl/ltermdl'返回:
which-all-ltermdl
/usr/local/MATLAB/R2014a/toolbox/lte/lte/ltemcdl.m%没有可用的许可证
which-all-ltermdl
/usr/local/MATLAB/R2014a/toolbox/lte/lte-ocated/ltermdl.m抱歉格式不正确您似乎没有lte-toolbox的许可证。LteRMCDL已过时,只需调用LteRMCDL。