Connect to WiFi from within a Matlab script?
Show older comments
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 Comments
Walter Roberson
on 5 Dec 2018
You can system() to command utilities
https://m.windowscentral.com/how-manage-wireless-networks-using-command-prompt-windows-10
Simon Nink
on 5 Dec 2018
Answers (0)
Categories
Find more on WLAN Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!