Getting access to 5G NR example code on a secure network

5 次查看(过去 30 天)
Hi,
I would like to get access to the 5G NR example EVMMeasurementOf5GNRPUSCHWaveformsExample
I am not able to run the command openExample('5g/EVMMeasurementOf5GNRPUSCHWaveformsExample') as Matlab is running on a secure server with no outside access.
I there another to get the example files?

回答(1 个)

Garmit Pant
Garmit Pant 2024-6-18
Hello Bill Plumb,
From what I understand, you are trying to use the “openExample” function on a MATLAB instance running on a secure server and the function is not working.
The “openExample” function opens the existing version of the example if a copy exists locally or else it downloads the specified example into a subfolder and then opens it. To download, the MATLAB instance needs to communicate with the MathWorks servers.
To resolve this issue, if your organisation is running a network firewall, you will need to contact your IT Help Desk to configure the firewall to bypass the following ports and addresses:
  • mathworks.com
  • licensing.mathworks.com
  • login.mathworks.com
  • services.mathworks.com
  • TCP ports 80 and 443
If the server is completely offline and isolated from the internet, you will need to download the files on another system with internet connection either using a local installation or MATLAB Online.
  • On a local MATLAB instance on a system connected to the internet, run “openExample('5g/EVMMeasurementOf5GNRPUSCHWaveformsExample')”. This will download the files and change your current directory to the download location of the files.
  • On MATLAB Online, run “openExample('5g/EVMMeasurementOf5GNRPUSCHWaveformsExample')”. You can then zip the example folder and download it.
For further understanding, I suggest you refer to the following MathWorks Documentation and resources:
  1. Thread describing fixes for connection errors with MathWorks servers: https://www.mathworks.com/support/search.html/answers/92634-why-do-i-get-a-connection-error-when-installing-or-activating-matlab-or-other-mathworks-products.html
I hope you find the above explanation and suggestions useful!

类别

Help CenterFile Exchange 中查找有关 Manage Products 的更多信息

标签

产品


版本

R2023b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by