How to Transfer Data Between More than 2 Computers Using MatLab?
Afficher commentaires plus anciens
Is there an easy way to communicate information between multiple computers at the same time? Ideally, I'd like it to work consistently with 3 or more devices, but it won't always be the same couple devices trying to connect.
3 commentaires
Mohammad Sami
le 6 Nov 2020
There is no easy answer. Without knowing the details of what you want to do I can't really say what maybe the best solution for you.
I would advise you not to limit yourself to using just Matlab. You can also potentially use a webserver.
Levi Waldron
le 6 Nov 2020
Mohammad Sami
le 7 Nov 2020
Perhaps you can use a web server stack such as WAMP. You can program a rest API in PHP and store the state in My SQL. The clients can get the data from API using MATLAB webread and send the data using webwrite.
https://www.mathworks.com/help/matlab/ref/webread.html
https://www.mathworks.com/help/matlab/ref/webwrite.html
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Web Services 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!