matlab and python data transfer
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
Can I know how to transfer data between matlab and python? It is better that I can call python function from matlab. If it cannot, transfer data is also ok. Thank you in advance.
1 comentario
Geoff Hayes
el 9 de Oct. de 2014
Else, what kind of data do you wish to transfer between MATALB and python?
Respuestas (1)
Swasti
el 10 de Jul. de 2025
It sounds like you want to call Python functions in MATLAB. You can do this using the Python Interface for MATLAB. There are more instructions on setting up the Python Interface here:
If you would instead like to call MATLAB functions from Python, you can use the MATLAB Engine API for Python. The instructions for setting up the MATLAB engine are here:
0 comentarios
Ver también
Categorías
Más información sobre Call Python from MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!