This code shows how to communicate between a matlab app and a python app through sockets. They can be running in the same computer (but also in different computers).
|
Antonio Vigueras Rodriguez
ea9c3b08dd
and cleaning it up as it was private before... |
||
|---|---|---|
| controlScript.m | adding another file | |
| controlScript_testingcom.m | adding another file | |
| LICENSE | modified LICENSE and added test1.txt | |
| README.org | added a readme (I don't know if it works with a .org) | |
| test_Astlingen.py | added a readme (I don't know if it works with a .org) | |
| test_communication_Astlingen.py | added a readme (I don't know if it works with a .org) | |
This code shows how to communicate between a matlab app and a python app through sockets. They can be running in the same computer (but also in different computers).
test_communication_Astlingen.py and controlScript_testingcom.m are an example sending and receiving a variable, whereas the other two files look like more like an example of application