WLAN toolbox example error
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Robert Bellido
il 9 Gen 2024
Commentato: Robert Bellido
il 16 Gen 2024
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 Commenti
Risposta accettata
Anjaneyulu Bairi
il 14 Gen 2024
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)
https://in.mathworks.com/help/wlan/release-notes.html (Release notes of WLAN toolbox)
Hope it helps to resolve your query.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su WLAN Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!