フィルターのクリア

WLAN toolbox example error

3 ビュー (過去 30 日間)
Robert Bellido
Robert Bellido 2024 年 1 月 9 日
コメント済み: Robert Bellido 2024 年 1 月 16 日
Hello All,
I tried to run an example of WLAN toolbox application but i got an error on the channel set up.
Code:
nodes = [accessPoint station];
hCheckWLANNodesConfiguration(nodes)
associateStations(accessPoint,station,FullBufferTraffic="on");
channel = hSLSTGaxMultiFrequencySystemChannel(nodes);
Error:
Unable to resolve the name 'hSLSTGaxSystemChannel.empty'.
Error in hSLSTGaxMultiFrequencySystemChannel (line 139)
obj.Channels = hSLSTGaxSystemChannel.empty(1,0);
Please any help on how to fix this issue.
Many thanks,
Robert
  4 件のコメント
Torsten
Torsten 2024 年 1 月 9 日
編集済み: Torsten 2024 年 1 月 9 日
I'm quite sure that an actual example for the WLAN toolbox won't run under MATLAB R2003b.
Remember: 20 years old without changes ? Unbelievable.
But the documentation of the example should mention which MATLAB and Toolbox release is necessary.
Robert Bellido
Robert Bellido 2024 年 1 月 9 日
I will contact Matlab support to clarify the Matlab version required for this WLAN example.
Thanks again for your feedback!

サインインしてコメントする。

採用された回答

Anjaneyulu Bairi
Anjaneyulu Bairi 2024 年 1 月 14 日
Hi,
I understand that you are facing an issue while running the example from "WLAN toolbox" documentation. It was introduced in R2015b and please ensure that you are running the code on R2015b or above versions of MATLAB with WLAN toolbox installed on MATLAB.
You can refer below documentation for more information on WLAN toolbox.
https://in.mathworks.com/help/pdf_doc/wlan/wlan_ref.pdf (Here you can see the revision history)
Hope it helps to resolve your query.
  1 件のコメント
Robert Bellido
Robert Bellido 2024 年 1 月 16 日
Hi,
The problem was that the example requires to add the class path, for the helper functions, inside my script, addpath("...wlan/WLANSystemLevelSimulationExample"). After that it worked.
Many thanks for your help

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeWLAN Toolbox についてさらに検索

タグ

製品


リリース

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by