5G toolbox - Unrecognized function or variable 'nrResourceGrid'.
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Pei Yu Wei
el 26 de Oct. de 2021
Comentada: Pei Yu Wei
el 28 de Oct. de 2021
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'. "
what should I do??
1 comentario
Shanmukha Voggu
el 28 de Oct. de 2021
please run the following command in command window
ver
and provide the log
Respuesta aceptada
Arthi Sathyamurthi
el 28 de Oct. de 2021
Editada: Arthi Sathyamurthi
el 28 de Oct. de 2021
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')
Más respuestas (0)
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!