I tried to use the function lteRMCDL.m, but then it returns this:
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
Then, I tried LteRMCDL.m. Unfortunetely it returns:
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);
Has anyone already solve this kind of problem?
Thanks in advance
>> which -all lteRMCDL
/usr/local/MATLAB/R2014a/toolbox/lte/lte/lteRMCDL.m % Has no license available
>> which -all LteRMCDL
/usr/local/MATLAB/R2014a/toolbox/lte/lteobsolete/LteRMCDL.m – viniciuslb Mar 14 '15 at 03:46