WLAN toolbox example error
Mostra commenti meno recenti
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
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su WLAN Toolbox in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!