Connect to WiFi from within a Matlab script?
Mostrar comentarios más antiguos
I'm working on a project controlled by a microcontroller (Texas Instruments CC3200-LaunchXL) that provides its own WiFi network. To visualise data I use UDP communication to send data to Matlab. It works fine. But for every test I need to manually disconnect from my regular WiFi, connect to the microcontroller's Wifi network, and reconnect to my regular WiFi after the test.
Is there a way to automate this and to configure WiFi settings from within Matlab (R2018a) using Windows 10?
2 comentarios
Walter Roberson
el 5 de Dic. de 2018
You can system() to command utilities
https://m.windowscentral.com/how-manage-wireless-networks-using-command-prompt-windows-10
Simon Nink
el 5 de Dic. de 2018
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!