Connect to WiFi from within a Matlab script?
Afficher commentaires plus anciens
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 commentaires
Walter Roberson
le 5 Déc 2018
You can system() to command utilities
https://m.windowscentral.com/how-manage-wireless-networks-using-command-prompt-windows-10
Simon Nink
le 5 Déc 2018
Réponses (0)
Catégories
En savoir plus sur WLAN Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!