WLAN toolbox example error
Ältere Kommentare anzeigen
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 Kommentare
Robert Bellido
am 9 Jan. 2024
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
am 9 Jan. 2024
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu WLAN Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!