LTE toolbox along with 5G toolbox using 2023b

10 Ansichten (letzte 30 Tage)
Kavyashree
Kavyashree am 27 Jan. 2025
Hello all,
I am unable to use the LTE toolbox along with the 5G toolbox 2023b. When I check the toolboxes available/installed, the LTE toolbox version 23.2 is displayed. However, I am unable to run the scripts that use LTE toolbox. Please could you help?
Thanks in advance!

Antworten (1)

prabhat kumar sharma
prabhat kumar sharma am 27 Jan. 2025
Hi Kavyashree,
If you're experiencing difficulties using the LTE Toolbox alongside the 5G Toolbox in MATLAB 2023b, here are some troubleshooting steps to help resolve the issue:
1. Verify Installation:
- Confirm that both the LTE Toolbox and 5G Toolbox are correctly installed and licensed. To check this, go to the MATLAB Home tab, click on "Add-Ons," and select "Manage Add-Ons." Ensure both toolboxes appear without any installation problems.
2. Check License:
- Ensure your MATLAB license covers both toolboxes. You can check this by entering `license('test', 'LTE_Toolbox')` and `license('test', '5G_Toolbox')` in the MATLAB Command Window. Both commands should return `1` if the licenses are valid.
3. Update Path:
- Verify that the toolbox paths are set correctly. Reset the MATLAB path to its default by running the following commands in the Command Window:
restoredefaultpath;
rehash toolboxcache;
savepath;
- This will reset the path settings and refresh the toolbox cache.
4. Check for Conflicts:
- Look for any naming conflicts or shadowed functions. Use the `which` command to check the function paths:
which lteFunctionName -all
- Replace `lteFunctionName` with the function you're trying to use. This will list all instances of the function in your MATLAB path.
5. Consult Documentation:
- Review the documentation for both toolboxes to ensure you're using them correctly and that they are compatible. Some functions may have been updated or deprecated.
6. MATLAB Support:
- If these steps don't resolve the issue, reach out to MathWorks support. They can provide specific guidance based on your setup.
Following these steps should help you identify and resolve any issues preventing the LTE Toolbox from working with the 5G Toolbox in MATLAB 2023b.

Kategorien

Mehr zu LTE Toolbox finden Sie in Help Center und File Exchange

Produkte


Version

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by