1
0
Fork
You've already forked comunicating_matlab_python_apps
0
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).
  • Python 87%
  • MATLAB 13%
Find a file
2025年10月28日 17:43:57 +01:00
controlScript.m adding another file 2019年09月16日 20:39:31 +02:00
controlScript_testingcom.m adding another file 2019年09月16日 20:39:31 +02:00
LICENSE modified LICENSE and added test1.txt 2019年09月20日 12:53:24 +02:00
README.org added a readme (I don't know if it works with a .org) 2025年10月28日 17:43:57 +01:00
test_Astlingen.py added a readme (I don't know if it works with a .org) 2025年10月28日 17:43:57 +01:00
test_communication_Astlingen.py added a readme (I don't know if it works with a .org) 2025年10月28日 17:43:57 +01:00

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