5G toolbox - Unrecognized function or variable 'nrResourceGrid'.
조회 수: 2 (최근 30일)
이전 댓글 표시
My Matlab version is R2020a, and I also installed 5G Toolbox!
I tried to run the example on this page.
After I executed the following code, it came out "Unrecognized function or variable 'nrResourceGrid'. "
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/779138/image.jpeg)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/779143/image.jpeg)
what should I do??
댓글 수: 1
Shanmukha Voggu
2021년 10월 28일
please run the following command in command window
ver
and provide the log
채택된 답변
Arthi Sathyamurthi
2021년 10월 28일
편집: Arthi Sathyamurthi
2021년 10월 28일
Hello,
The nrResourceGrid function was shipped in MATLAB R2020b, and the doc example which you are trying (mentioned above) from the following link here, is the R2021b version. To run the example from the link mentioned above, you need to run in the MATLAB R2021a.
If you want to run the example in MATLAB R2020a, run the example from the MATLAB R2020a doc version from the following link here.
You can open the example from your command window by executing the following command,
openExample('5g/NRChannelEstimationUsingCSIRSExample')
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!