1

我尝试使用函数 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);

有没有人已经解决了这种问题?

提前致谢

4

0 回答 0