Effacer les filtres
Effacer les filtres

failure in using WLAN Toolbox to do System-Level Simulation as Matlab Documentation: no Helper Function or Object or Class

1 vue (au cours des 30 derniers jours)
Hello, I'm doing System-Level Simulation Node Configuration presented on the Matlab Documentation: https://ww2.mathworks.cn/help/wlan/ug/wlan-node-composition-and-configuration.html
addpath(genpath(fullfile(pwd,'mlWLANSystemSimulation')));
hConfigurationHelp('wlanTrafficConfig')
but matlab tells me there's no function or variable named hConfigurationHelp. I installed the WLAN Toolbox and I can run End-to-End Simulation examples, but I failed in doing System-Level Simulation. Does anyone knows what's the problem?
Thanks very much!

Réponses (1)

Pruthvi Charka
Pruthvi Charka le 25 Août 2022
Hi,
I understand that you tried to execute the following command from the WLAN Node Composition and Configuration page:
>> addpath(genpath(fullfile(pwd,'mlWLANSystemSimulation')));
Before you can execute the above command, please try to open a WLAN System-Level Simulation example. As an example, you can do that using the following command:
>> openExample('wlan/WLANResidentialScenarioExample')
I understand that you are trying to perform System-Level Simulation. The documentation you have pointed out is only a description page for the node composition and configuration for all the system-level simulation examples in WLAN Toolbox.
If you want to perform System-Level Simulations for WLAN, you can refer to the following examples:
Hope this helps!

Catégories

En savoir plus sur WLAN Toolbox dans Help Center et File Exchange

Produits


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by