Borrar filtros
Borrar filtros

Are there any up-to-date MATLAB to Python converters?

5 visualizaciones (últimos 30 días)
Peter Tillema
Peter Tillema el 2 de Sept. de 2021
Respondida: Taylor el 15 de Abr. de 2024
Hello there! At my work currently we use a lot of MATLAB code. However, recently, the question popped up if it's possible to slowly migrate to Python, and it was my task to figure out if it's possible to migrate all the scripts automatically. After a lot of research, I sadly couldn't find any up-to-date MATLAB -> Python converters. I know this question has been asked before, so let me state my findings:
  • SMOP - looks pretty good, although it is still a WIP and doesn't have many features.
  • OMPC - this seemed to be pretty good for its time, but it looks like the repository doesn't exists anymore, and a GitHub mirror was last updated back in 2010, so not very helpful at all.
  • Mat2py - this was developed for Python 2.5, which is clearly outdated nowadays. Plus, it looks like it's not very extensive
  • matlab2python - a wrapper around SMOP plus a little bit more? No idea if it works properly
So, my question is, are there any up-to-date MATLAB to Python converters/compilers? Or is there something under active development I can maybe help with? If not, I might give it a try myself, since it looks very promising!
Note that I'm not looking for wrappers which basically uses the MATLAB API but something entirely independent of MATLAB.
Thanks in advance!
  1 comentario
Weiping Wang
Weiping Wang el 15 de Abr. de 2024
Hi Peter,
Can I ask if you found any live converters?
Thanks!
Chao

Iniciar sesión para comentar.

Respuestas (1)

Taylor
Taylor el 15 de Abr. de 2024
You can compile MATLAB code/functions directly to a Python Package using MATLAB Compiler. https://www.mathworks.com/help/compiler_sdk/gs/create-a-python-application-with-matlab-code.html

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!

Translated by