WLAN toolbox example error
Mostrar comentarios más antiguos
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 comentarios
Robert Bellido
el 9 de En. de 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
el 9 de En. de 2024
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre WLAN Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!