필터 지우기
필터 지우기

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

조회 수: 1 (최근 30일)
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!

답변 (1개)

Pruthvi Charka
Pruthvi Charka 2022년 8월 25일
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!

카테고리

Help CenterFile Exchange에서 WLAN Toolbox에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by